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 42fffd18..867abf35 100644
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -10,7 +10,7 @@
#include <memory>
#include <numeric>
#include <optional>
-#include <set>
+//#include <set>
#include <vector>
#include <zen/stl_tools.h>
#include <wx/scrolwin.h>
bgstack15