core: add missing cstdint include to random-variable-stream-helper.h

This commit is contained in:
Gabriel Ferreira
2023-05-28 15:20:43 -03:00
parent 12c4303344
commit 666e484b28

View File

@@ -18,6 +18,7 @@
#ifndef RANDOM_VARIABLE_STREAM_HELPER_H
#define RANDOM_VARIABLE_STREAM_HELPER_H
#include <cstdint>
#include <string>
/**