mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:25:00 +02:00
Fix build error
This commit is contained in:
parent
cae3e0a9dc
commit
2b85634a21
2 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
class QuaZip;
|
class QuaZip;
|
||||||
|
|
||||||
class BackupHandlerInterface {
|
class BackupHandlerInterface {
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
#ifndef hifi_EntitiesBackupHandler_h
|
#ifndef hifi_EntitiesBackupHandler_h
|
||||||
#define hifi_EntitiesBackupHandler_h
|
#define hifi_EntitiesBackupHandler_h
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
#include "BackupHandler.h"
|
#include "BackupHandler.h"
|
||||||
|
|
||||||
class EntitiesBackupHandler : public BackupHandlerInterface {
|
class EntitiesBackupHandler : public BackupHandlerInterface {
|
||||||
|
|
Loading…
Reference in a new issue