Patch #3503 2013-10-01 09:49

mojca

add #include <string> to CallTip.h
Download
3503-add_include_st.patch (388 bytes)
Category
Application::Bugfix
Status
Rejected
Close date
2013-10-01 18:20
Assigned to
tpetrov
Index: src/sdk/wxscintilla/src/scintilla/src/CallTip.h
===================================================================
--- src/sdk/wxscintilla/src/scintilla/src/CallTip.h    (revision 9374)
+++ src/sdk/wxscintilla/src/scintilla/src/CallTip.h    (working copy)
@@ -8,6 +8,8 @@
 #ifndef CALLTIP_H
 #define CALLTIP_H
 
+#include <string>
+
 #ifdef SCI_NAMESPACE
 namespace Scintilla {
 #endif
mojca 2013-10-01 09:49
tpetrov 2013-10-01 18:20

Scintilla patches should be sent to the scintilla's maintainers. C::B's version of Scintilla is relatively often updated...