SHA256
1
0
forked from pool/dynare
dynare/dynare-add-missing-include.patch
2023-04-12 04:18:53 +00:00

13 lines
366 B
Diff

Index: dynare-5.3/preprocessor/src/CodeInterpreter.hh
===================================================================
--- dynare-5.3.orig/preprocessor/src/CodeInterpreter.hh
+++ dynare-5.3/preprocessor/src/CodeInterpreter.hh
@@ -22,6 +22,7 @@
#include <fstream>
#include <cstring>
+#include <cstdint>
#include <utility>
#include <vector>
#ifdef BYTE_CODE