37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
|
diff -up highlight-2.6.11/src/astyle/astyle.h.gcc43 highlight-2.6.11/src/astyle/astyle.h
|
||
|
--- highlight-2.6.11/src/astyle/astyle.h.gcc43 2008-01-24 01:41:01.000000000 +0100
|
||
|
+++ highlight-2.6.11/src/astyle/astyle.h 2008-07-17 17:27:43.000000000 +0200
|
||
|
@@ -39,6 +39,8 @@
|
||
|
#include <cctype>
|
||
|
#include <cstring>
|
||
|
|
||
|
+#include <cstring>
|
||
|
+
|
||
|
using namespace std;
|
||
|
|
||
|
|
||
|
diff -up highlight-2.6.11/src/codegenerator.cpp.gcc43 highlight-2.6.11/src/codegenerator.cpp
|
||
|
--- highlight-2.6.11/src/codegenerator.cpp.gcc43 2008-06-27 03:53:10.000000000 +0200
|
||
|
+++ highlight-2.6.11/src/codegenerator.cpp 2008-07-17 17:27:43.000000000 +0200
|
||
|
@@ -31,6 +31,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.11/src/languagedefinition.cpp.gcc43 highlight-2.6.11/src/languagedefinition.cpp
|
||
|
--- highlight-2.6.11/src/languagedefinition.cpp.gcc43 2008-07-05 04:14:25.000000000 +0200
|
||
|
+++ highlight-2.6.11/src/languagedefinition.cpp 2008-07-17 17:27:43.000000000 +0200
|
||
|
@@ -20,6 +20,7 @@
|
||
|
#include "languagedefinition.h"
|
||
|
#include "stringtools.h"
|
||
|
|
||
|
+#include <memory>
|
||
|
|
||
|
using namespace std;
|
||
|
|