diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-04-24 13:35:17 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-04-24 13:35:17 -0700 |
| commit | 54954f5b8886bd6ea49e043fa5a695fcd7608c68 (patch) | |
| tree | 91ad3d67c37de78a098d3d73b52d572515c1f252 /node/BandwidthAccount.hpp | |
| parent | 883a216d2a5f3d3cbddd230796d15da0af9bfab7 (diff) | |
| download | infinitytier-54954f5b8886bd6ea49e043fa5a695fcd7608c68.tar.gz infinitytier-54954f5b8886bd6ea49e043fa5a695fcd7608c68.zip | |
First pass of Windows cleanup and build fixes...
Diffstat (limited to 'node/BandwidthAccount.hpp')
| -rw-r--r-- | node/BandwidthAccount.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/node/BandwidthAccount.hpp b/node/BandwidthAccount.hpp index b6ebfa3e..3a6432c4 100644 --- a/node/BandwidthAccount.hpp +++ b/node/BandwidthAccount.hpp @@ -28,10 +28,13 @@ #ifndef ZT_BWACCOUNT_HPP #define ZT_BWACCOUNT_HPP +#include "Constants.hpp" + +#include <algorithm> + #include <stdint.h> #include <math.h> -#include "Constants.hpp" #include "Utils.hpp" #ifdef __WINDOWS__ |
