Commit 969bb6b2 authored by Alberto Montero's avatar Alberto Montero

Added missing include for inet.h. I don't know if this may be specific to Linux Mint/Ubuntu.

parent 2d139cd8
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
#include <memory> #include <memory>
#include <iostream> #include <iostream>
#include <arpa/inet.h>
#include "cppa/cppa.hpp" #include "cppa/cppa.hpp"
#include "cppa/logging.hpp" #include "cppa/logging.hpp"
#include "cppa/singletons.hpp" #include "cppa/singletons.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment