summaryrefslogtreecommitdiff
path: root/forstio/async/async.h
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.h
parent937e67ff5ae9e770367bfee3100154b6a6957ce7 (diff)
Fixed async build and added result-dev to ignore
Diffstat (limited to 'forstio/async/async.h')
-rw-r--r--forstio/async/async.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/forstio/async/async.h b/forstio/async/async.h
index 4e4f230..82eb2c1 100644
--- a/forstio/async/async.h
+++ b/forstio/async/async.h
@@ -1,7 +1,7 @@
#pragma once
-#include <forstio/common.h>
-#include <forstio/error.h>
+#include <forstio/core/common.h>
+#include <forstio/core/error.h>
#include <chrono>
#include <functional>