From ff0d3139369e28ca4b2b4e0c6572b53d6e0ef6d7 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 11 May 2014 03:05:21 +0300 Subject: [PATCH] stack_buf improvement after code review --- include/c11log/details/stack_buf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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