]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
reverted the change of r32940 which worked around a bug due to associating a dummy...
[wxWidgets.git] / src / common / hash.cpp
index 8333e1cdea03fa8f43f41a5281ecb25365153ad9..1e36fec843fbd3b6720f59059872922bd1f54327 100644 (file)
@@ -26,6 +26,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/hash.h"
+    #include "wx/object.h"
 #endif
 
 wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,