diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-21 15:22:41 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-21 15:22:41 -0700 |
| commit | 0f7dcb3ef20f408df96307e19442cce2a1f5c6b5 (patch) | |
| tree | f3a830b655a0ef6ff649e03abf872b885abf2d21 /osdep | |
| parent | 61021fc77819a34e6d84031fe8a1dbec954cc8da (diff) | |
| download | infinitytier-0f7dcb3ef20f408df96307e19442cce2a1f5c6b5.tar.gz infinitytier-0f7dcb3ef20f408df96307e19442cce2a1f5c6b5.zip | |
Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fallback tunnel hostname.
Diffstat (limited to 'osdep')
| -rw-r--r-- | osdep/Phy.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index 5cebe169..23fd2ee2 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -33,6 +33,7 @@ #include <string.h> #include <list> +#include <stdexcept> #if defined(_WIN32) || defined(_WIN64) |
