From 378441b559615cc96150e64137ae2ce02d23d2f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Sep 2013 20:59:49 +0300 Subject: fix some compilation issues in different platforms. --- src/utils/process.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/process.cpp') diff --git a/src/utils/process.cpp b/src/utils/process.cpp index 37670b18b..1859b1c2f 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -34,6 +34,7 @@ const int timeOut = 10; #ifdef WIN32 +#include "utils/stringutils.h" #include int execFileWait(const std::string &pathName, const std::string &name A_UNUSED, @@ -236,6 +237,7 @@ bool openBrowser(std::string url) nullptr, nullptr, SW_SHOWNORMAL)) > 32; } #elif defined ANDROID +#include "utils/stringutils.h" #include bool openBrowser(std::string url) { -- cgit v1.2.3-60-g2f50