summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index 1715a7f..be053f6 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -19,8 +19,9 @@
19 19
20#pragma once 20#pragma once
21 21
22#include <QByteArray> 22#include "facadeinterface.h"
23 23
24#include <QByteArray>
24#include <Async/Async> 25#include <Async/Async>
25 26
26#include "resourceaccess.h" 27#include "resourceaccess.h"