From 35a6dbb303c78a4b96f104e728156d70fa36d568 Mon Sep 17 00:00:00 2001 From: Tiago Porsch Dopke Date: Mon, 24 Jun 2024 16:29:44 -0300 Subject: [PATCH] Add missing `cstdint` include Some platforms need this header to be included explicitly --- mdfviewer/src/util/logging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mdfviewer/src/util/logging.h b/mdfviewer/src/util/logging.h index 2512061..43e8105 100644 --- a/mdfviewer/src/util/logging.h +++ b/mdfviewer/src/util/logging.h @@ -8,6 +8,7 @@ */ #pragma once #include +#include #include #include