浏览代码

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"