Skip to content

Commit

Permalink
#ifdef TARGET_WIN32 #include <iso646.h> #endif
Browse files Browse the repository at this point in the history
to tighten ISO conformance in MSVC without /permissive-
  • Loading branch information
artificiel authored Oct 20, 2024
1 parent 19c41e9 commit cedbc87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/openFrameworks/ofMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#include "ofJson.h"
#include "ofXml.h"

#ifdef TARGET_WIN32
#include <iso646.h>
#endif

//--------------------------
// types
#include "ofColor.h"
Expand Down

0 comments on commit cedbc87

Please sign in to comment.