From af5235117749e5607b63b2da45f9dc35725b2be5 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Mon, 14 Jan 2019 14:57:22 +0100 Subject: [PATCH] globals.h: fix wrong include Mallocator.h --- include/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index bff3fc78..fd0716f4 100644 --- a/include/globals.h +++ b/include/globals.h @@ -8,7 +8,7 @@ #include #include #include -#include "Mallocator.h" +#include "mallocator.h" //#include "inc/bsec_datatypes.h" #include "../lib/Bosch-BSEC/src/inc/bsec_datatypes.h"