From 6cdf4b7151ad0e61e3290c30c96d208bc33bec72 Mon Sep 17 00:00:00 2001 From: superp00t Date: Tue, 20 Feb 2024 14:53:38 -0500 Subject: [PATCH] fix(log): include linux/limits.h, not limits.h --- storm/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/Log.cpp b/storm/Log.cpp index ae8f495..8b259b4 100644 --- a/storm/Log.cpp +++ b/storm/Log.cpp @@ -10,7 +10,7 @@ #if defined(WHOA_SYSTEM_LINUX) #include #include -#include +#include #endif #if defined(WHOA_SYSTEM_MAC)