3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 21:55:25 +02:00

include InterfaceConfig in Head.cpp for GLUT

This commit is contained in:
Stephen Birarda 2013-02-08 14:51:50 -08:00
parent d394035e7e
commit ca0f285abe

View file

@ -9,6 +9,7 @@
#include <iostream>
#include <glm/glm.hpp>
#include <cstring>
#include "InterfaceConfig.h"
#include "Head.h"
#include "Util.h"
#include "SerialInterface.h"