include missing header for PATH_MAX
authorSung-Jae Lee <sjlee@mail.com>
Tue, 19 Sep 2017 10:38:35 +0000 (19:38 +0900)
committerSung-Jae Lee <sjlee@mail.com>
Tue, 19 Sep 2017 10:38:35 +0000 (19:38 +0900)
src/track/libheaptrack.cpp

index 71096be..35a3914 100644 (file)
@@ -24,6 +24,8 @@
 
 #include "libheaptrack.h"
 
+#include <limits.h>
+
 #include <cstring>
 #include <cstdio>
 #include <cstdlib>