mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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 <QString>
|
||||
|
||||
class QuaZip;
|
||||
|
||||
class BackupHandlerInterface {
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
#ifndef hifi_EntitiesBackupHandler_h
|
||||
#define hifi_EntitiesBackupHandler_h
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "BackupHandler.h"
|
||||
|
||||
class EntitiesBackupHandler : public BackupHandlerInterface {
|
||||
|
|
Loading…
Reference in a new issue