summarylogtreecommitdiffstats
path: root/missing-cstdint-include.patch
blob: 05c404dcdf46629fe51d330f82749472982043f4 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/application/CommandLineOptions.h	2025-05-06 09:32:13.444396949 +0200
+++ b/application/CommandLineOptions.h	2025-05-06 09:32:23.582875184 +0200
@@ -17,6 +17,7 @@
 // along with yagl. If not, see <https://www.gnu.org/licenses/>.
 ///////////////////////////////////////////////////////////////////////////////
 #pragma once
+#include <cstdint>
 #include <string>
 #include "cxxopts.hpp"
 #include "Palettes.h"