diff options
Diffstat (limited to 'modules/async/c++/async.tmpl.hpp')
-rw-r--r-- | modules/async/c++/async.tmpl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/async/c++/async.tmpl.hpp b/modules/async/c++/async.tmpl.hpp index 8fcb59c..ba2a0b3 100644 --- a/modules/async/c++/async.tmpl.hpp +++ b/modules/async/c++/async.tmpl.hpp @@ -1,7 +1,7 @@ #pragma once -#include <forstio/common.h> -#include <forstio/error.h> +#include <forstio/common.hpp> +#include <forstio/error.hpp> #include <cassert> // Template inlining |