Browse Source

Linux build fix on some versions.

Adam Ierymenko 7 years ago
parent
commit
c6949aad2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      node/Trace.cpp

+ 1 - 0
node/Trace.cpp

@@ -27,6 +27,7 @@
 //#define ZT_TRACE
 //#define ZT_TRACE
 
 
 #include <stdio.h>
 #include <stdio.h>
+#include <stdarg.h>
 
 
 #include "Trace.hpp"
 #include "Trace.hpp"
 #include "RuntimeEnvironment.hpp"
 #include "RuntimeEnvironment.hpp"