diff options
-rw-r--r-- | framework/src/errors.h | 4 |
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 |