0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

add missing <string> include in schema.h

This commit is contained in:
Théo DELRIEU 2017-08-10 13:22:40 +02:00
parent 307da227ac
commit 8079d6c144

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>