Added include to config.hpp everywhere to prevent configuration variable mismatch

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@624 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-04-14 07:04:12 +00:00
parent c553877466
commit 92842e9087
27 changed files with 28 additions and 1 deletions

View file

@ -9,8 +9,9 @@
#ifndef MOCK_CONSTRAINT_HPP_INCLUDED
#define MOCK_CONSTRAINT_HPP_INCLUDED
#include <boost/preprocessor/stringize.hpp>
#include "config.hpp"
#include "log.hpp"
#include <boost/preprocessor/stringize.hpp>
namespace mock
{