Contact Details
No response
What happened?
I encounter a build error in the file examples/core/core_compress.cpp. The symbol PRIu64 is undefined. This patch remedies this for me:
--- a/examples/core/core_compress.cpp
+++ b/examples/core/core_compress.cpp
@@ -31,6 +31,7 @@
#include <memory>
#include <cstdlib>
#include <inttypes.h>
+#include <cstdint>
#include "grok.h"
#include "core.h"
Version
20.3.2
Operating System
Linux
Relevant log output
Contact Details
No response
What happened?
I encounter a build error in the file
examples/core/core_compress.cpp. The symbolPRIu64is undefined. This patch remedies this for me:Version
20.3.2
Operating System
Linux
Relevant log output