소스 검색

Linux build fix on some versions.

Adam Ierymenko 7 년 전
부모
커밋
c6949aad2d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"