mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-19 07:26:14 +02:00
include correct quaternion header for AudioInjector and Operative
This commit is contained in:
parent
e7c6c19e60
commit
68357ab6f7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#ifndef __hifi__AudioInjector__
|
||||
#define __hifi__AudioInjector__
|
||||
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
#include <glm/gtc/quaternion.hpp>
|
||||
#include <glm/gtx/component_wise.hpp>
|
||||
|
||||
#include <UDPSocket.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
#include <glm/gtc/quaternion.hpp>
|
||||
|
||||
#include "NodeList.h"
|
||||
#include "NodeTypes.h"
|
||||
|
|
Loading…
Reference in a new issue