mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:06:02 +02:00
fix include from AudioInjector.h
This commit is contained in:
parent
cddbf85172
commit
553c8088dd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue