summaryrefslogtreecommitdiff
path: root/src/sql.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql.hpp')
-rw-r--r--src/sql.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql.hpp b/src/sql.hpp
index 4b598e7..1426384 100644
--- a/src/sql.hpp
+++ b/src/sql.hpp
@@ -8,6 +8,7 @@ namespace WebStat::SQL {
extern const std::string Name; \
extern const DB::CommandOptionsPtr Name##_OPTS
+ EMBED_DECLARE(ACCESS_LOG_INSERT);
EMBED_DECLARE(ENTITY_INSERT);
#undef EMBED_DECLARE
}