summaryrefslogtreecommitdiff
path: root/forstio/async/async.cpp
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-04-29 18:06:59 +0200
committerClaudius Holeksa <mail@keldu.de>2023-04-29 18:06:59 +0200
commit8e2dbd441c6511f1ce15f41dff267c6bfdaefafe (patch)
tree19ae2c6962b0c43d8b1631dad6ad871d03c5b8de /forstio/async/async.cpp
parent937e67ff5ae9e770367bfee3100154b6a6957ce7 (diff)
Fixed async build and added result-dev to ignore
Diffstat (limited to 'forstio/async/async.cpp')
-rw-r--r--forstio/async/async.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/forstio/async/async.cpp b/forstio/async/async.cpp
index 7d177f5..ca85b30 100644
--- a/forstio/async/async.cpp
+++ b/forstio/async/async.cpp
@@ -1,6 +1,6 @@
#include "async.h"
-#include <forstio/common.h>
-#include <forstio/error.h>
+#include <forstio/core/common.h>
+#include <forstio/core/error.h>
#include <algorithm>
#include <cassert>