Fix Travis build issues
This commit is contained in:
parent
e3c2f37956
commit
7a61d14243
@ -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:
|
||||
|
@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QHash>
|
||||
#include <QString>
|
||||
|
||||
class DeviceManager;
|
||||
class PacketBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user