X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bedcdce08e1575b74250d2ebac4355a687ccf8d..40d4abbc708eb214e48566091f85ba6e3d50c93f:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 704f95e7f6..fd0c992c3f 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -25,6 +25,8 @@ #pragma hdrstop #endif +#if wxUSE_LONGLONG + #include "wx/longlong.h" #include // for memset() @@ -468,3 +470,4 @@ ostream& operator<< (ostream& o, const wxLongLongWx& ll) #endif // wxUSE_LONGLONG_NATIVE +#endif // wxUSE_LONGLONG