From b5aa43f6a7c17a146d19aa90d5cf2458b1ca4f08 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 9 Dec 2017 16:48:37 -0800 Subject: [PATCH] added missing include dependencies --- msemsearray.h | 1 + msemsevector.h | 1 + msetl.h | 5 +---- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/msemsearray.h b/msemsearray.h index bae52a3..856719f 100644 --- a/msemsearray.h +++ b/msemsearray.h @@ -31,6 +31,7 @@ #endif // MSE_MSEARRAY_USE_MSE_PRIMITIVES #include "msescope.h" +#include "mseoptional.h" #include #include #include diff --git a/msemsevector.h b/msemsevector.h index fbf375c..54a19b2 100644 --- a/msemsevector.h +++ b/msemsevector.h @@ -30,6 +30,7 @@ #include "mseprimitives.h" #endif // MSE_MSEVECTOR_USE_MSE_PRIMITIVES +#include "msemsearray.h" #include #include #include diff --git a/msetl.h b/msetl.h index 148455c..80e10c2 100644 --- a/msetl.h +++ b/msetl.h @@ -8,9 +8,6 @@ #ifndef MSETL_H #define MSETL_H -#include "mseprimitives.h" -#include "msemsevector.h" -#include "msemstdvector.h" -#include "mseivector.h" +#include "msepoly.h" #endif /*ndef MSETL_H*/