diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-12 15:20:42 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-12 17:16:44 +0000 |
commit | e736964a0cd37d887d4da2ef362e760d1cb7474f (patch) | |
tree | 2fa4058c9f7ee05540f59c590e63a5a1237c358d /contrib/epee/include/net/http_protocol_handler.inl | |
parent | Merge pull request #4543 (diff) | |
download | monero-e736964a0cd37d887d4da2ef362e760d1cb7474f.tar.xz |
Remove epee header dependency on cryptonote_core
Diffstat (limited to 'contrib/epee/include/net/http_protocol_handler.inl')
-rw-r--r-- | contrib/epee/include/net/http_protocol_handler.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/net/http_protocol_handler.inl b/contrib/epee/include/net/http_protocol_handler.inl index 76db5346f..b53bdc200 100644 --- a/contrib/epee/include/net/http_protocol_handler.inl +++ b/contrib/epee/include/net/http_protocol_handler.inl @@ -32,6 +32,7 @@ #include "string_tools.h" #include "file_io_utils.h" #include "net_parse_helpers.h" +#include "time_helper.h" #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "net.http" |