aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index 34c77bf..538ffa9 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -9,10 +9,10 @@
#ifndef SMOLBOTE_WEBVIEW_H
#define SMOLBOTE_WEBVIEW_H
+#include "smolbote/session.hpp"
#include "webpage.h"
#include <QWebEngineView>
#include <functional>
-#include <session.hpp>
class WebProfile;
class WebViewContextMenu;