summaryrefslogtreecommitdiffstats
path: root/tests/tst_FilePath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_FilePath.cpp')
-rw-r--r--tests/tst_FilePath.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/tst_FilePath.cpp b/tests/tst_FilePath.cpp
index ec0fe593..768371fe 100644
--- a/tests/tst_FilePath.cpp
+++ b/tests/tst_FilePath.cpp
@@ -14,12 +14,17 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <boost/utility/string_view.hpp>
+#include "test_utils.hpp"
#include "ingen/FilePath.hpp"
-#include "test_utils.hpp"
+#include "ingen/fmt.hpp"
+
+#include <boost/utility/string_view.hpp>
+
+#include <string>
using ingen::FilePath;
+using ingen::fmt;
int
main(int, char**)