Skip to content

Commit 09eb813

Browse files
authored
#ifdef TARGET_WIN32 #include <iso646.h> #endif (#8153)
to tighten ISO conformance in MSVC without /permissive-
1 parent 19c41e9 commit 09eb813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/openFrameworks/ofMain.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
#include "ofJson.h"
1919
#include "ofXml.h"
2020

21+
#ifdef TARGET_WIN32
22+
#include <iso646.h>
23+
#endif
24+
2125
//--------------------------
2226
// types
2327
#include "ofColor.h"

0 commit comments

Comments
 (0)