1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

database: fix missing import

This commit is contained in:
mapperr 2023-10-24 11:59:24 +02:00 committed by Oliver Giles
parent d2c58f0bcd
commit 97b9f6b1ae

View File

@ -21,6 +21,7 @@
#include <sqlite3.h>
#include <string.h>
#include <math.h>
#include <cstdint>
struct StdevCtx {
double mean;