diff --git a/include/c11log/details/stack_buf.h b/include/c11log/details/stack_buf.h index cb45ac96..5aad569d 100644 --- a/include/c11log/details/stack_buf.h +++ b/include/c11log/details/stack_buf.h @@ -1,8 +1,9 @@ #pragma once +#include #include #include -#include + // Fast memory storage on the stack when possible or in std::vector namespace c11log