diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/async/async.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/async/async.h b/modules/async/async.h index 8190be0..66afa38 100644 --- a/modules/async/async.h +++ b/modules/async/async.h @@ -1,7 +1,7 @@ #pragma once -#include <forstio/core/common.h> -#include <forstio/core/error.h> +#include <forstio/common.h> +#include <forstio/error.h> #include <chrono> #include <functional> |