Merge pull request #180 from theodelrieu/fix/schema

add missing <string> include in schema.h
This commit is contained in:
Roland Bock
2017-08-11 07:53:01 +02:00
committed by GitHub

View File

@@ -27,6 +27,8 @@
#ifndef SQLPP_SCHEMA_H
#define SQLPP_SCHEMA_H
#include <string>
#include <sqlpp11/type_traits.h>
#include <sqlpp11/serializer.h>