Updated the CFGFileParser.h to use the new utilities file

This commit is contained in:
anschrammh 2020-12-19 20:43:45 +01:00
parent 7fdb7b256e
commit 0511435edc

View File

@ -4,7 +4,7 @@
#include "AbstractParser.h"
#include "CFGDictionary.h"
#include "SDCardManager.h"
#include "definition.h"
#include "utilities.h"
#include "CFGParameterValue.h"
//Forward class declaration because of cross includes...