Add stdint.h to the buildingreader header.

develop
Japa 2017-07-04 20:51:25 +05:30
parent 96dd5799f7
commit 8a0777bb1e
1 changed files with 1 additions and 0 deletions

@ -1,5 +1,6 @@
#ifndef BUILDING_READER_H
#define BUILDING_READER_H
#include <stdint.h>
#include "RemoteClient.h"
#include "RemoteFortressReader.pb.h"