diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-03-18 18:14:09 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-03-18 18:14:09 +1100 |
| commit | cb7f77559b1682e7655af5a88b5bbeb63899eca4 (patch) | |
| tree | fe5db395b9e6b344347747ef16de45a0ae2913b2 /gtk/PlatGTK.cxx | |
| parent | bac6aef730e569c6b4bcda7026bf1c1db3e827b6 (diff) | |
| download | scintilla-mirror-cb7f77559b1682e7655af5a88b5bbeb63899eca4.tar.gz | |
Move assert and debug trace functions into their own header Debugging.h.
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
Diffstat (limited to 'gtk/PlatGTK.cxx')
| -rwxr-xr-x | gtk/PlatGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 45564df78..b532826a7 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -23,6 +23,7 @@ #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> +#include "Debugging.h" #include "Geometry.h" #include "Platform.h" |
