37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
diff -up highlight-2.6.7/src/astyle/astyle.h.gcc43 highlight-2.6.7/src/astyle/astyle.h
|
|
--- highlight-2.6.7/src/astyle/astyle.h.gcc43 2007-07-19 22:23:37.000000000 +0200
|
|
+++ highlight-2.6.7/src/astyle/astyle.h 2008-01-21 18:18:16.000000000 +0100
|
|
@@ -38,6 +38,8 @@
|
|
#include <vector>
|
|
#include <cctype>
|
|
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
|
|
diff -up highlight-2.6.7/src/codegenerator.cpp.gcc43 highlight-2.6.7/src/codegenerator.cpp
|
|
--- highlight-2.6.7/src/codegenerator.cpp.gcc43 2008-01-01 21:34:56.000000000 +0100
|
|
+++ highlight-2.6.7/src/codegenerator.cpp 2008-01-21 18:18:16.000000000 +0100
|
|
@@ -27,6 +27,9 @@
|
|
#include "re/Matcher.h"
|
|
#include "astyle/astyle.h"
|
|
|
|
+#include <climits>
|
|
+#include <memory>
|
|
+
|
|
//-> siehe wx/defs.h
|
|
#ifndef __WXWINDOWS__
|
|
#include "ansigenerator.h"
|
|
diff -up highlight-2.6.7/src/languagedefinition.cpp.gcc43 highlight-2.6.7/src/languagedefinition.cpp
|
|
--- highlight-2.6.7/src/languagedefinition.cpp.gcc43 2008-01-21 18:24:27.000000000 +0100
|
|
+++ highlight-2.6.7/src/languagedefinition.cpp 2008-01-21 18:24:48.000000000 +0100
|
|
@@ -18,6 +18,7 @@
|
|
#include "languagedefinition.h"
|
|
#include "stringtools.h"
|
|
|
|
+#include <memory>
|
|
|
|
using namespace std;
|
|
|