Merge remote-tracking branch 'origin/develop' into osxtravis

This commit is contained in:
Sebastian Messmer 2016-02-17 10:07:13 +01:00
commit 5a5b7ce5ff

View File

@ -2,6 +2,7 @@
#include <sys/sysctl.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdexcept>
namespace cpputils{
namespace system {