Преглед на файлове

Add some missing includes that older G++ cares about.

Adam Ierymenko преди 10 години
родител
ревизия
604576075e
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      node/Node.cpp

+ 6 - 0
node/Node.cpp

@@ -25,6 +25,12 @@
  * LLC. Start here: http://www.zerotier.com/
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <stdint.h>
+
 #include "../version.h"
 
 #include "Constants.hpp"