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,6 +9,7 @@
#ifndef MOCK_ACTION_HPP_INCLUDED
#define MOCK_ACTION_HPP_INCLUDED
#include "../config.hpp"
#include "lambda.hpp"
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/remove_const.hpp>