Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Apr 30, 2024
1 parent ff92106 commit c60d2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/openFrameworks/gl/ofMaterial.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define GLM_FORCE_CTOR_INIT
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/fwd.hpp>
//#include <glm/vec2.hpp>
#include <glm/vec2.hpp>

#include <unordered_map>

Expand Down
3 changes: 2 additions & 1 deletion libs/openFrameworks/types/ofColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#define GLM_FORCE_CTOR_INIT
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/ext/scalar_common.hpp>
// #include <glm/ext/scalar_common.hpp>
#include <glm/gtx/wrap.hpp>
#include <iostream>
#include <limits>

Expand Down

0 comments on commit c60d2ad

Please sign in to comment.