Added patch for wxwidgets for macOS High Sierra (10.13)
This commit is contained in:
parent
cd21218c34
commit
558150c112
|
@ -0,0 +1,9 @@
|
|||
--- src/stc/scintilla/src/Editor.cxx.orig 2014-10-06 21:33:44 UTC
|
||||
+++ src/stc/scintilla/src/Editor.cxx
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
+#include <cmath>
|
||||
|
||||
#include "Platform.h"
|
Loading…
Reference in New Issue