summaryrefslogtreecommitdiffstats
path: root/ingen/FilePath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/FilePath.hpp')
-rw-r--r--ingen/FilePath.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/FilePath.hpp b/ingen/FilePath.hpp
index c174f15b..57cd47be 100644
--- a/ingen/FilePath.hpp
+++ b/ingen/FilePath.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_FILE_PATH_HPP
#define INGEN_FILE_PATH_HPP
-#include <iosfwd>
-#include <type_traits>
-#include <utility>
-
#include <boost/utility/string_view.hpp>
+#include <ostream>
+#include <string>
+#include <utility>
+
#if defined(_WIN32) && !defined(__CYGWIN__)
#define USE_WINDOWS_FILE_PATHS 1
#endif