From 25c86023a9d4155b3bf2c5881d042718ce6b82d7 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 4 Nov 2021 20:09:01 +0000 Subject: [PATCH] Fix common.h type alias issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for rngxx's current commit: Half blessing − 半吉 --- include/rngxx/internal/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/rngxx/internal/common.h b/include/rngxx/internal/common.h index 076db3c..254b4cf 100644 --- a/include/rngxx/internal/common.h +++ b/include/rngxx/internal/common.h @@ -8,6 +8,8 @@ extern "C" { #include #include +#include + #ifndef _RNGXX_COMMON_MINIMAL #include