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_MATCHER_HPP_INCLUDED
#define MOCK_MATCHER_HPP_INCLUDED
#include "config.hpp"
#include "log.hpp"
#include "constraint.hpp"
#include "detail/is_functor.hpp"