File tree Expand file tree Collapse file tree 4 files changed +352
-385
lines changed
Expand file tree Collapse file tree 4 files changed +352
-385
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SET(Core_Matlab_HEADERS
5353 share.h
5454)
5555
56- ADD_LIBRARY (Core_Matlab ${Core_Matlab_SRCS} )
56+ ADD_LIBRARY (Core_Matlab ${Core_Matlab_SRCS} ${Core_Matlab_HEADERS} )
5757
5858TARGET_LINK_LIBRARIES (Core_Matlab
5959 Core_Datatypes
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ DEALINGS IN THE SOFTWARE.
3737* DATE: 16 MAY 2005
3838*/
3939
40- #ifndef JGS_MATLABIO_MATFILEDATA_H
41- #define JGS_MATLABIO_MATFILEDATA_H 1
40+ #ifndef CORE_MATLABIO_MATFILEDATA_H
41+ #define CORE_MATLABIO_MATFILEDATA_H 1
4242
4343/*
4444* The matfiledata class is a small support class for the matfile class
@@ -78,6 +78,7 @@ DEALINGS IN THE SOFTWARE.
7878*
7979*/
8080
81+ #include < vector>
8182#include < Core/Matlab/matfilebase.h>
8283#include < Core/Matlab/share.h>
8384
You can’t perform that action at this time.
0 commit comments