Add missing lovr/headset include;

This commit is contained in:
bjorn 2016-10-03 11:15:46 -07:00
parent c9f937ec19
commit a940a473bb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "headset.h"
#include "controller.h"
#include "../headset/headset.h"
#include "../util.h"
void renderHelper(int eyeIndex, void* userdata) {
lua_State* L = (lua_State*)userdata;