From 8079d6c144ead4cf39be6b4886de7bc3088ed203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DELRIEU?= Date: Thu, 10 Aug 2017 13:22:40 +0200 Subject: [PATCH] add missing include in schema.h --- include/sqlpp11/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sqlpp11/schema.h b/include/sqlpp11/schema.h index 5163436c..4730817b 100644 --- a/include/sqlpp11/schema.h +++ b/include/sqlpp11/schema.h @@ -27,6 +27,8 @@ #ifndef SQLPP_SCHEMA_H #define SQLPP_SCHEMA_H +#include + #include #include