diff --git a/turtle/detail/formatter.hpp b/turtle/detail/formatter.hpp index af711d6..abb6449 100644 --- a/turtle/detail/formatter.hpp +++ b/turtle/detail/formatter.hpp @@ -9,7 +9,7 @@ #ifndef MOCK_FORMATTER_HPP_INCLUDED #define MOCK_FORMATTER_HPP_INCLUDED -#include "stream.hpp" +#include "../stream.hpp" #include namespace mock diff --git a/turtle/detail/functor.hpp b/turtle/detail/functor.hpp index 2ac8c81..f2c814d 100644 --- a/turtle/detail/functor.hpp +++ b/turtle/detail/functor.hpp @@ -9,7 +9,7 @@ #ifndef MOCK_FUNCTOR_HPP_INCLUDED #define MOCK_FUNCTOR_HPP_INCLUDED -#include "detail/function.hpp" +#include "function.hpp" namespace mock {