include correct quaternion header for AudioInjector and Operative

This commit is contained in:
Stephen Birarda 2013-07-09 11:57:54 -07:00
parent e7c6c19e60
commit 68357ab6f7
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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"