summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/wx/math_include.patch
blob: 152f095d189fee3f9f0e07d6a3717d4ab1b02075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/stc/scintilla/src/Editor.cxx b/src/stc/scintilla/src/Editor.cxx
index cd72953ae7..8c19154313 100644
--- a/src/stc/scintilla/src/Editor.cxx
+++ b/src/stc/scintilla/src/Editor.cxx
@@ -10,6 +10,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <assert.h>
+#include <math.h>

 #include <string>
 #include <vector>