projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added the missing (newly added) colours to the switch
[wxWidgets.git]
/
src
/
common
/
appcmn.cpp
diff --git
a/src/common/appcmn.cpp
b/src/common/appcmn.cpp
index 17cb51c088b0814edf8b28ac83cd25889a60a5f2..6795eec0c41d20ccd7c6ece181ca04efd15cb807 100644
(file)
--- a/
src/common/appcmn.cpp
+++ b/
src/common/appcmn.cpp
@@
-41,6
+41,7
@@
#include "wx/thread.h"
#include "wx/confbase.h"
#include "wx/tokenzr.h"
+#include "wx/utils.h"
#if !defined(__WXMSW__) || defined(__WXMICROWIN__)
#include <signal.h> // for SIGTRAP used by wxTrap()