summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/grid.h')
-rw-r--r--wx+/grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/grid.h b/wx+/grid.h
index 83b06c63..8d68ffd7 100644
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -12,7 +12,7 @@
#include <optional>
#include <set>
#include <vector>
-#include <zen/basic_math.h>
+//#include <zen/basic_math.h>
#include <wx/scrolwin.h>
bgstack15