summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/string_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp
index df1008180..bad311793 100644
--- a/src/common/string_util.cpp
+++ b/src/common/string_util.cpp
@@ -14,7 +14,7 @@
14 14
15#ifdef _WIN32 15#ifdef _WIN32
16#include <codecvt> 16#include <codecvt>
17#include <Windows.h> 17#include <windows.h>
18#include "common/common_funcs.h" 18#include "common/common_funcs.h"
19#else 19#else
20#include <iconv.h> 20#include <iconv.h>