Skip to content

Commit bd5e085

Browse files
authored
Merge pull request #22 from barracuda156/inttypes
hulog.cpp: define __STDC_FORMAT_MACROS if not defined
2 parents 867461c + 698d85f commit bd5e085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hulog.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*/
1010

1111
/* ----------- Includes ------------------------------------------ */
12+
#ifndef __STDC_FORMAT_MACROS
13+
#define __STDC_FORMAT_MACROS
14+
#endif
15+
1216
#include <cxxabi.h>
1317
#include <dlfcn.h>
1418
#include <execinfo.h>

0 commit comments

Comments
 (0)