From 9a2fc0605be5b736efc6ab3d545487eae84110c0 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 4 Oct 2023 16:01:48 -0400 Subject: [PATCH] randomgen: + print.hpp --- include/randomgen/print.hpp | 7 +++++++ include/randomgen/random_seed.hpp | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 include/randomgen/print.hpp diff --git a/include/randomgen/print.hpp b/include/randomgen/print.hpp new file mode 100644 index 00000000..e9860ab0 --- /dev/null +++ b/include/randomgen/print.hpp @@ -0,0 +1,7 @@ +/* @file print.hpp */ + +#pragma once + +#include "indentlog/print/array.hpp" + +/* end print.hpp */ diff --git a/include/randomgen/random_seed.hpp b/include/randomgen/random_seed.hpp index 016f612f..67246c01 100644 --- a/include/randomgen/random_seed.hpp +++ b/include/randomgen/random_seed.hpp @@ -1,6 +1,5 @@ /* @file random_seed.hpp */ -//#include "indentlog/print/array.hpp" #include #include #include