summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-03-08 10:37:32 +0100
committerMinijackson <minijackson@riseup.net>2018-03-08 16:30:52 +0100
commit0e013fa1b7499e41cedd118a3c73a55e708cc790 (patch)
tree3814d5ad985e38bbd8a7e6e14cfd7863389fc4e9 /framework
parent19e552861f9321a9c73bc4d3aa5102387772a321 (diff)
downloadkube-0e013fa1b7499e41cedd118a3c73a55e708cc790.tar.gz
kube-0e013fa1b7499e41cedd118a3c73a55e708cc790.zip
Add the right includes
Diffstat (limited to 'framework')
-rw-r--r--framework/src/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/errors.h b/framework/src/errors.h
index 5ee1a667..ec5bed7b 100644
--- a/framework/src/errors.h
+++ b/framework/src/errors.h
@@ -1,6 +1,10 @@
1#pragma once 1#pragma once
2 2
3#include <memory>
3#include <type_traits> 4#include <type_traits>
5#include <utility>
6
7#include <QtGlobal>
4 8
5// A somewhat implementation of the expected monad, proposed here: 9// A somewhat implementation of the expected monad, proposed here:
6// https://isocpp.org/files/papers/n4015.pdf 10// https://isocpp.org/files/papers/n4015.pdf