projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
slight optimization for wxHtmlEntitiesParser::GetEntityChar() in UTF-8 build: use...
[wxWidgets.git]
/
src
/
common
/
hash.cpp
diff --git
a/src/common/hash.cpp
b/src/common/hash.cpp
index 8333e1cdea03fa8f43f41a5281ecb25365153ad9..1e36fec843fbd3b6720f59059872922bd1f54327 100644
(file)
--- a/
src/common/hash.cpp
+++ b/
src/common/hash.cpp
@@
-26,6
+26,7
@@
#ifndef WX_PRECOMP
#include "wx/hash.h"
+ #include "wx/object.h"
#endif
wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,