Fix error C2065: 'not': undeclared identifier.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-07-06 22:12:46 +03:00
parent 566e3fb22a
commit 42c2b45171

View File

@ -20,6 +20,10 @@
#include <cmath>
#include <QtGlobal>
#ifdef Q_CC_MSVC
#include <ciso646>
#endif /* Q_CC_MSVC */
#ifdef DRW_ASSERTS
# define drw_assert(a) assert(a)
#else