summaryrefslogtreecommitdiff
path: root/node/BandwidthAccount.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2015-04-24 13:35:17 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2015-04-24 13:35:17 -0700
commit54954f5b8886bd6ea49e043fa5a695fcd7608c68 (patch)
tree91ad3d67c37de78a098d3d73b52d572515c1f252 /node/BandwidthAccount.hpp
parent883a216d2a5f3d3cbddd230796d15da0af9bfab7 (diff)
downloadinfinitytier-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.hpp5
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__