mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 19:56:55 +02:00
include stdint for uint64_t in SimpleMovingAverage
This commit is contained in:
parent
ca8f25955a
commit
cbf18160cb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef __hifi__Stats__
|
||||
#define __hifi__Stats__
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
|
||||
class SimpleMovingAverage {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue