X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/87aae6506d6b530ab954cd8eeb7c3d40664115bc..a33da5ffd51e76eae7223a029549c6f772e39aae:/tests/test_conffiles.cpp

diff --git a/tests/test_conffiles.cpp b/tests/test_conffiles.cpp
index e48abaf2..ef63a7a1 100644
--- a/tests/test_conffiles.cpp
+++ b/tests/test_conffiles.cpp
@@ -5,7 +5,7 @@
 
 #include "tut/tut.hpp"
 
-#include "conffiles.h"
+#include "stg/conffiles.h"
 
 namespace tut
 {
@@ -62,7 +62,7 @@ namespace tut
         set_test_name("Check empty lines and comments");
 
         {
-            ofstream f("/tmp/test.cf");
+            std::ofstream f("/tmp/test.cf");
 
             ensure("Correct construction (part 3)", f);