summaryrefslogtreecommitdiff
path: root/zen/file_path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_path.cpp')
-rw-r--r--zen/file_path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/file_path.cpp b/zen/file_path.cpp
index c9d6f236..60ac4eb7 100644
--- a/zen/file_path.cpp
+++ b/zen/file_path.cpp
@@ -5,6 +5,7 @@
// *****************************************************************************
#include "file_path.h"
+#include "thread.h"
using namespace zen;
bgstack15