Skip to content

Commit

Permalink
added missing include dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxx committed Dec 10, 2017
1 parent 3c3d491 commit b5aa43f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions msemsearray.h
Expand Up @@ -31,6 +31,7 @@
#endif // MSE_MSEARRAY_USE_MSE_PRIMITIVES

#include "msescope.h"
#include "mseoptional.h"
#include <array>
#include <assert.h>
#include <memory>
Expand Down
1 change: 1 addition & 0 deletions msemsevector.h
Expand Up @@ -30,6 +30,7 @@
#include "mseprimitives.h"
#endif // MSE_MSEVECTOR_USE_MSE_PRIMITIVES

#include "msemsearray.h"
#include <vector>
#include <assert.h>
#include <memory>
Expand Down
5 changes: 1 addition & 4 deletions msetl.h
Expand Up @@ -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*/

0 comments on commit b5aa43f

Please sign in to comment.