mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-03-02 03:40:21 +00:00
database: fix missing import
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user