Selaa lähdekoodia

Linux build fix on some versions.

Adam Ierymenko 7 vuotta sitten
vanhempi
commit
c6949aad2d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      node/Trace.cpp

+ 1 - 0
node/Trace.cpp

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