Quellcode durchsuchen

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

Adam Ierymenko vor 10 Jahren
Ursprung
Commit
604576075e
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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"