summaryrefslogtreecommitdiffstats
path: root/src/tree_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_debug.h')
-rw-r--r--src/tree_debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tree_debug.h b/src/tree_debug.h
index c2af4bf..74f4e0e 100644
--- a/src/tree_debug.h
+++ b/src/tree_debug.h
@@ -17,6 +17,10 @@
#ifndef ZIX_TREE_DEBUG_H
#define ZIX_TREE_DEBUG_H
+#ifndef _MSC_VER
+# include <inttypes.h>
+#endif
+
#ifdef ZIX_TREE_DUMP
static void
zix_tree_print(ZixTreeNode* node, int level)