]> git.localhorst.tv Git - blank.git/blobdiff - src/audio/Audio.hpp
glm backwards compatibility
[blank.git] / src / audio / Audio.hpp
index 800e247c010ef770a1a998aae8abd969880dcbec..dfa848f5a4795354f83b91e427dfeec1cf59925e 100644 (file)
@@ -2,9 +2,9 @@
 #define BLANK_AUDIO_AUDIO_HPP_
 
 #include "../app/IntervalTimer.hpp"
+#include "../graphics/glm.hpp"
 
 #include <al.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {