summaryrefslogtreecommitdiffstats
path: root/office/gbgoffice/patches/07_gcc4.3.patch
blob: 8b620cd6235adb26a519170143f763f96888253d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Author: Damyan Ivanov <dmn@debian.org>
# Description: include the right header file
#  GCC 4.3 has stricter rules about inclusion propagation
--- a/src/translator_manager.cpp
+++ b/src/translator_manager.cpp
@@ -22,7 +22,7 @@
 
 #include <sys/types.h>
 #include <dirent.h>
-#include <string>
+#include <cstring>
 #include <iostream>
 #include <algorithm>