fix include from AudioInjector.h

This commit is contained in:
Stephen Birarda 2013-08-05 10:27:06 -07:00
parent cddbf85172
commit 553c8088dd

View file

@ -12,7 +12,7 @@
#include <glm/gtc/quaternion.hpp> #include <glm/gtc/quaternion.hpp>
#include <glm/gtx/component_wise.hpp> #include <glm/gtx/component_wise.hpp>
#include "UDPSocket.h" #include <UDPSocket.h>
#include "AudioRingBuffer.h" #include "AudioRingBuffer.h"