diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-02-04 14:44:49 +0100 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2018-02-04 14:45:18 +0100 |
commit | 3491aa44b75591e9345dcd5a91060cb4a4a8f81a (patch) | |
tree | bac69f5b6e98e7e3c2eb52029c1d10271304936e | |
parent | 022e8e769282f2c1f2bdfd45d389c6580f445b32 (diff) |
nopch fix
-rw-r--r-- | src/common/DataStores/DBCFileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DBCFileLoader.h b/src/common/DataStores/DBCFileLoader.h index 38bd77e0bc6..306a5782bb3 100644 --- a/src/common/DataStores/DBCFileLoader.h +++ b/src/common/DataStores/DBCFileLoader.h @@ -20,6 +20,7 @@ #define DBC_FILE_LOADER_H #include "Define.h" +#include "Errors.h" #include "Utilities/ByteConverter.h" enum DbcFieldFormat |