summaryrefslogtreecommitdiff
path: root/library/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/pch.h')
-rw-r--r--library/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/pch.h b/library/pch.h
index 966bc103..af086418 100644
--- a/library/pch.h
+++ b/library/pch.h
@@ -85,6 +85,7 @@ do NOT use in release build!
#include <wx/zipstrm.h>
#include <wx/scrolwin.h>
#include <wx/notebook.h>
+#include <wx/help.h>
//other
#include "../shared/tinyxml/tinyxml.h"
bgstack15