0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00

Added an include file containing the source for the TRIM function

This commit is contained in:
JUAN DENT 2017-12-08 13:00:08 -06:00
parent e6e2a1cd26
commit 0ade3dd00a

View File

@ -32,5 +32,6 @@
#include <sqlpp11/aggregate_functions/max.h> #include <sqlpp11/aggregate_functions/max.h>
#include <sqlpp11/aggregate_functions/avg.h> #include <sqlpp11/aggregate_functions/avg.h>
#include <sqlpp11/aggregate_functions/sum.h> #include <sqlpp11/aggregate_functions/sum.h>
#include <sqlpp11/aggregate_functions/trim.h>
#endif #endif