Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleAxeVR committed Mar 25, 2024
1 parent d9e7042 commit 1dc4160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/hello_xr/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
#pragma warning(disable : 4201)
#endif

#define GLM_ENABLE_EXPERIMENTAL

#include "glm/glm.hpp"
#include "glm/common.hpp"
#include "glm/gtc/quaternion.hpp"
#include "glm/gtx/quaternion.hpp"
#include "glm/gtc/type_ptr.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "glm/gtx/transform.hpp"

#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/matrix_decompose.hpp>

const float PI = 3.1415927f;
Expand Down

0 comments on commit 1dc4160

Please sign in to comment.