mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Merge pull request #180 from theodelrieu/fix/schema
add missing <string> include in schema.h
This commit is contained in:
commit
461e3d0a8b
@ -27,6 +27,8 @@
|
|||||||
#ifndef SQLPP_SCHEMA_H
|
#ifndef SQLPP_SCHEMA_H
|
||||||
#define SQLPP_SCHEMA_H
|
#define SQLPP_SCHEMA_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include <sqlpp11/type_traits.h>
|
#include <sqlpp11/type_traits.h>
|
||||||
#include <sqlpp11/serializer.h>
|
#include <sqlpp11/serializer.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user