mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
10 lines
220 B
Diff
10 lines
220 B
Diff
--- 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"
|