From 1661a472b8245eb4588fedbf19c9ed07a41e7602 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Wed, 25 Jul 2018 17:33:22 +0800 Subject: add unicode compatible file_lock for Windows boost::interprocess::file_lock cannot open the files that contain characters which cannot be parsed by the user's code page on Windows. This commit add a new class to handle those specific file for Windows. --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 2131a6adc0..bd330459f6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -51,13 +51,13 @@ #ifndef WIN32 #include +#include #endif #include #include #include #include -#include #include #include -- cgit v1.2.3