summaryrefslogtreecommitdiffstats
path: root/src/FilePath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FilePath.cpp')
-rw-r--r--src/FilePath.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FilePath.cpp b/src/FilePath.cpp
index 897dea7d..c015d2ee 100644
--- a/src/FilePath.cpp
+++ b/src/FilePath.cpp
@@ -16,6 +16,10 @@
#include "ingen/FilePath.hpp"
+#include <algorithm>
+#include <string>
+#include <utility>
+
namespace ingen {
template <typename Char>