Skip to content
Snippets Groups Projects
Commit ace9c3dd authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: .cc files need to include config.h

[[Imported from SVN: r6485]]
No related branches found
No related tags found
No related merge requests found
Makefile
Makefile.in
.deps
.libs
*.lo
*.swp
libcommon.la
semantic.cache
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <cstdlib>
#include <iostream>
#include <ostream>
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include "parametertreeparser.hh"
#include <cstdlib>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment