diff --git a/.travis.yml b/.travis.yml
index c5feb26..5fd02ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
brew install qt5 && \
brew link qt5 --force && \
brew install protobuf && \
- ls -lR /usr/local/include; \
+ ls -lR /usr/local/include/google/protobuf; \
fi"
addons:
diff --git a/server/device.h b/server/device.h
index cdc4cec..b91ad07 100644
--- a/server/device.h
+++ b/server/device.h
@@ -26,6 +26,7 @@ along with this program. If not, see
#include
#include
+#include
class DeviceManager;
class PacketBuffer;