Add missing include for htonl on linux, #125

This commit is contained in:
Eric Frias 2015-07-02 10:49:13 -04:00
parent d66ee4c8cc
commit a480912110

View file

@ -21,6 +21,7 @@
#include <numeric>
#include <arpa/inet.h> // for htonl
namespace graphene { namespace chain {