Add header that will contain msvc fixes

This commit is contained in:
nemerle 2016-04-25 10:08:25 +02:00
parent 652cfb67c3
commit 3f217e83da

3
include/msvc_fixes.h Normal file
View File

@ -0,0 +1,3 @@
#ifdef _MSC_VER
#include <iso646.h>
#endif