fixed build issue

This commit is contained in:
ZappoMan 2013-06-04 17:40:34 -07:00
parent 4f2af717f2
commit 726a0cecf2
2 changed files with 5 additions and 1 deletions

View file

@ -15,4 +15,7 @@ include(${MACRO_DIR}/IncludeGLM.cmake)
include_glm(${TARGET_NAME} ${ROOT_DIR})
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
# link in the hifi voxels library
link_hifi_library(voxels ${TARGET_NAME} ${ROOT_DIR})

View file

@ -14,6 +14,7 @@
#include <PacketHeaders.h>
#include "AvatarData.h"
#include <VoxelConstants.h>
using namespace std;