globals.h: fix wrong include Mallocator.h

This commit is contained in:
Klaus K Wilting 2019-01-14 14:57:22 +01:00
parent 3b0fbf36d2
commit af52351177

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"