Browse Source

Added patch for wxwidgets for macOS High Sierra (10.13)

pull/5/merge
Adam Wolf 8 years ago
committed by Wayne Stambaugh
parent
commit
558150c112
  1. 9
      patches/wxwidgets-3.0.2_macosx_high_sierra.patch

9
patches/wxwidgets-3.0.2_macosx_high_sierra.patch

@ -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…
Cancel
Save