]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Added m_isOpened variable to simulate opening/closing
[wxWidgets.git] / include / wx / hashmap.h
index e774c0a1935b6128aa5dea18028e9225418b0606..5bd69cea774c49a365a94b3459db7231f1e38557 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/string.h"
 
+#include <stddef.h>             // for ptrdiff_t
+
 // private
 struct WXDLLEXPORT _wxHashTable_NodeBase
 {