mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:38:37 +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__
|
||||
#define __hifi__Snapshot__
|
||||
|
||||
#import <QString>
|
||||
#import <QImage>
|
||||
#import <QGLWidget>
|
||||
#include <QString>
|
||||
#include <QImage>
|
||||
#include <QGLWidget>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue