Skip to content

Commit 29b1fe4

Browse files
committed
More header clean up
1 parent 229b041 commit 29b1fe4

File tree

4 files changed

+352
-385
lines changed

4 files changed

+352
-385
lines changed

src/Core/Matlab/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5858
TARGET_LINK_LIBRARIES(Core_Matlab
5959
Core_Datatypes

src/Core/Matlab/matfiledata.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)