projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fixes for separate build
[wxWidgets.git]
/
src
/
common
/
stopwatch.cpp
diff --git
a/src/common/stopwatch.cpp
b/src/common/stopwatch.cpp
index d22e49184c6cb8352e0b874521bde92e53507008..21cd1616796a37d5bf854bd05e9b365f000718c5 100644
(file)
--- a/
src/common/stopwatch.cpp
+++ b/
src/common/stopwatch.cpp
@@
-29,6
+29,8
@@
#endif
#ifndef WX_PRECOMP
+ #include "wx/intl.h"
+ #include "wx/log.h"
#endif //WX_PRECOMP
#include "wx/timer.h"