summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-06 20:20:04 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-06 20:20:50 +0300
commit824854997ea293f12a17ec8b91c25924d8db6b75 (patch)
tree185503afa8ecd3af9d19377feeda078cfcb39204
parent4a53021f0662e08b56fd076f78ac182634fcec4c (diff)
Include <string>
Hoping to fix the Android compilation. Change-Id: Ibb476edebc6b2da040af8c8db04efa39882c5bf0
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 99dfbcb70262..fcfa33f2a3ce 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -9,6 +9,8 @@
#include <config_folders.h>
+#include <string>
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>