Browse Source

Linux build fix on some versions.

pull/1/head
Adam Ierymenko 8 years ago
parent
commit
c6949aad2d
  1. 1
      node/Trace.cpp

1
node/Trace.cpp

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

Loading…
Cancel
Save