aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/mustachetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/mustachetest.cpp')
-rw-r--r--tests/template/mustachetest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/mustachetest.cpp b/tests/template/mustachetest.cpp
index 1caf537..0041889 100644
--- a/tests/template/mustachetest.cpp
+++ b/tests/template/mustachetest.cpp
@@ -2,8 +2,8 @@
#include <fstream>
#include <string>
#include <iterator>
-#include "mustache.h"
-#include "json.h"
+#include "crow/mustache.h"
+#include "crow/json.h"
using namespace std;
using namespace crow;
using namespace crow::mustache;