From 386f7c47ef25104868105b506c8d5fe5a54d8756 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 30 Sep 2006 11:34:41 +0000 Subject: [PATCH] include wx/defs.h to get wxSTRINGIZE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/version.h b/include/wx/version.h index 9daf38f9d8..62887e2f33 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -14,6 +14,8 @@ #ifndef _WX_VERSION_H_ #define _WX_VERSION_H_ +#include "wx/defs.h" /* for wxSTRINGIZE */ + /* the constants below must be changed with each new version */ /* ---------------------------------------------------------------------------- */ -- 2.45.2