Commit befc3fea authored by Dominik Charousset's avatar Dominik Charousset

Merge pull request #114 from albertoma/missing_inet_h

Added missing include for inet.h. I don't know if this may be specific t...
parents 2d139cd8 969bb6b2
......@@ -34,6 +34,8 @@
#include <memory>
#include <iostream>
#include <arpa/inet.h>
#include "cppa/cppa.hpp"
#include "cppa/logging.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