diff options
Diffstat (limited to 'node/NodeConfig.hpp')
| -rw-r--r-- | node/NodeConfig.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp index a2da444f..c32d14d9 100644 --- a/node/NodeConfig.hpp +++ b/node/NodeConfig.hpp @@ -28,13 +28,14 @@ #ifndef _ZT_NODECONFIG_HPP #define _ZT_NODECONFIG_HPP +#include <stdint.h> + #include <map> #include <set> #include <string> #include <vector> #include <stdexcept> -#include <stdint.h> #include "SharedPtr.hpp" #include "Network.hpp" #include "Utils.hpp" |
