globals.h: fixed wrong include Mallocator.h

This commit is contained in:
Klaus K Wilting 2019-01-14 14:59:44 +01:00
parent 6e5db9236e
commit 8788e33916

View File

@ -8,7 +8,7 @@
#include <set>
#include <array>
#include <algorithm>
#include "Mallocator.h"
#include "mallocator.h"
//#include "inc/bsec_datatypes.h"
#include "../lib/Bosch-BSEC/src/inc/bsec_datatypes.h"