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

Fix missing include.

This commit is contained in:
rbock 2017-08-16 11:33:31 +02:00
parent 461e3d0a8b
commit a2e7e56f70

View File

@ -28,6 +28,7 @@
#define SQLPP_VERBATIM_TABLE_H #define SQLPP_VERBATIM_TABLE_H
#include <sqlpp11/table.h> #include <sqlpp11/table.h>
#include <sqlpp11/char_sequence.h>
#include <sqlpp11/data_types/no_value.h> #include <sqlpp11/data_types/no_value.h>
namespace sqlpp namespace sqlpp