Skip to content

Commit 0d5c2b9

Browse files
barracuda156maxirmx
authored andcommitted
stream-dump.cpp: add missing cinttypes
1 parent 46c0646 commit 0d5c2b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librepgp/stream-dump.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
#include "key.hpp"
5050
#include "json-utils.h"
5151
#include <algorithm>
52+
#ifndef __STDC_FORMAT_MACROS
53+
#define __STDC_FORMAT_MACROS
54+
#endif
55+
#include <cinttypes>
5256

5357
static const id_str_pair packet_tag_map[] = {
5458
{PGP_PKT_RESERVED, "Reserved"},

0 commit comments

Comments
 (0)