database: fix missing import

pull/205/head
mapperr 6 months ago committed by Oliver Giles
parent d2c58f0bcd
commit 97b9f6b1ae

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

Loading…
Cancel
Save