summaryrefslogtreecommitdiff
path: root/src/utils/process.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-20 00:53:06 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-20 00:53:06 +0300
commit1b4ed499d64b4583c23ddc1b63f4ad978a20a1ae (patch)
tree2b10d2f198c0996a7e6f9bcbc079862122ba1827 /src/utils/process.cpp
parent6d22fc4224361e31ae629da92ac8bbf7797f3204 (diff)
downloadplus-1b4ed499d64b4583c23ddc1b63f4ad978a20a1ae.tar.gz
plus-1b4ed499d64b4583c23ddc1b63f4ad978a20a1ae.tar.bz2
plus-1b4ed499d64b4583c23ddc1b63f4ad978a20a1ae.tar.xz
plus-1b4ed499d64b4583c23ddc1b63f4ad978a20a1ae.zip
Fix compilation errors.
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r--src/utils/process.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp
index bcc17a613..bba018195 100644
--- a/src/utils/process.cpp
+++ b/src/utils/process.cpp
@@ -29,6 +29,8 @@
#include "localconsts.h"
+#include "utils/stringutils.h"
+
#include "debug.h"
const int timeOut = 10;