Added patch for wxwidgets for macOS High Sierra (10.13)

This commit is contained in:
Adam Wolf 2017-10-31 21:28:49 -05:00 committed by Wayne Stambaugh
parent cd21218c34
commit 558150c112
1 changed files with 9 additions and 0 deletions

View File

@ -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"