From 43d7d40d40d785db5d332a95f91f60608c79ed69 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 22 Jul 2013 09:26:22 +0200 Subject: [PATCH] size_t should be std::size_t, include --- Foundation/include/Poco/Alignment.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Foundation/include/Poco/Alignment.h b/Foundation/include/Poco/Alignment.h index e5739d09f..6ef6413af 100644 --- a/Foundation/include/Poco/Alignment.h +++ b/Foundation/include/Poco/Alignment.h @@ -54,6 +54,9 @@ #define Foundation_AlignOf_INCLUDED +#include + + #ifdef POCO_ENABLE_CPP11 @@ -116,7 +119,7 @@ } - template struct AlignedCharArrayImpl; + template struct AlignedCharArrayImpl; /// Helper for building an aligned character array type. /// /// This template is used to explicitly build up a collection of aligned