Update vwr and use the versioned include dir.
This commit is contained in:
parent
e53e59e4ff
commit
41585f1982
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit db7b9becd5758f572530e92182313a64e4e44f5b
|
Subproject commit 9533c73cd63d8dd87044a1d0b0fa122147691a94
|
|
@ -27,8 +27,8 @@
|
||||||
#endif
|
#endif
|
||||||
#define VWR_OUTER_NAMESPACE cloonel
|
#define VWR_OUTER_NAMESPACE cloonel
|
||||||
|
|
||||||
#include "vectorwrapper/vectorwrapper.hpp"
|
#include "vectorwrapper-1.0/vectorwrapper.hpp"
|
||||||
#include "vectorwrapper/vector_cast.hpp"
|
#include "vectorwrapper-1.0/vector_cast.hpp"
|
||||||
#include "compatibility.h"
|
#include "compatibility.h"
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
Loading…
Reference in a new issue