import --> include

This commit is contained in:
Andrew Meadows 2014-01-28 14:18:21 -08:00
parent 167acb8873
commit 1cc992a7f8

View file

@ -9,9 +9,9 @@
#ifndef __hifi__Snapshot__ #ifndef __hifi__Snapshot__
#define __hifi__Snapshot__ #define __hifi__Snapshot__
#import <QString> #include <QString>
#import <QImage> #include <QImage>
#import <QGLWidget> #include <QGLWidget>
#include <glm/glm.hpp> #include <glm/glm.hpp>