mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 22:38:33 +02:00
import --> include
This commit is contained in:
parent
167acb8873
commit
1cc992a7f8
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue