util/random_engine add missing include

This commit is contained in:
Corentin Le Molgat
2024-07-12 15:45:17 +02:00
parent 2bacbfb3db
commit d8348a2ffa

View File

@@ -16,6 +16,8 @@
#ifndef OR_TOOLS_UTIL_RANDOM_ENGINE_H_
#define OR_TOOLS_UTIL_RANDOM_ENGINE_H_
#include <random>
namespace operations_research {
using random_engine_t = std::mt19937_64;