diff options
Diffstat (limited to 'src/utility/stringProxy.hpp')
-rw-r--r-- | src/utility/stringProxy.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utility/stringProxy.hpp b/src/utility/stringProxy.hpp index e8001aed..97a27ecd 100644 --- a/src/utility/stringProxy.hpp +++ b/src/utility/stringProxy.hpp @@ -23,8 +23,8 @@ #include <limits> -#include "../types.hpp" -#include "stream.hpp" +#include "types.hpp" +#include "utility/stream.hpp" namespace vmime { |