diff --git a/includes/std/ptr.pat b/includes/std/ptr.pat index bc32bf0..2816ed5 100644 --- a/includes/std/ptr.pat +++ b/includes/std/ptr.pat @@ -1,5 +1,7 @@ #pragma once +#include + /*! The Pointer library contains helper functions to deal with pointer types. The `relative_to` functions are meant to be used with the `[[pointer_base]]` attribute @@ -64,4 +66,4 @@ namespace std::ptr { PointeeTy *data : PointerTy; } }; -} \ No newline at end of file +}