diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-15 14:44:30 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-15 14:44:30 -0700 |
| commit | a0f8685453bf25451b937b99cf1a4ab12f27bdcc (patch) | |
| tree | a701a64a9b66e2490c9deed5e8107bdc1a09b05c /one.cpp | |
| parent | 86395382999a0a98fd38e542f505c449421061b7 (diff) | |
| download | infinitytier-a0f8685453bf25451b937b99cf1a4ab12f27bdcc.tar.gz infinitytier-a0f8685453bf25451b937b99cf1a4ab12f27bdcc.zip | |
cleanup
Diffstat (limited to 'one.cpp')
| -rw-r--r-- | one.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ #include <string.h> #include <stdint.h> -#include "service/One.hpp" +#include <string> +#include <stdexcept> + +#include "service/OneService.hpp" using namespace ZeroTier; |
