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:
parent
d2c58f0bcd
commit
97b9f6b1ae
@ -21,6 +21,7 @@
|
|||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
struct StdevCtx {
|
struct StdevCtx {
|
||||||
double mean;
|
double mean;
|
||||||
|
Loading…
Reference in New Issue
Block a user