Skip to content

Commit 584e5f9

Browse files
Reorder header files.
1 parent 24a5e8e commit 584e5f9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

pack_base.h

-2
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,6 @@ CLASSDESC_USE_OLDSTYLE_MEMBER_OBJECTS(unpack)
746746
CLASSDESC_FUNCTION_NOP(pack)
747747
CLASSDESC_FUNCTION_NOP(unpack)
748748

749-
#include "pack_stl.h"
750-
751749
#ifdef _CLASSDESC
752750
#pragma omit pack classdesc::string
753751
#pragma omit pack eco_strstream

pack_epilogue.h

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef PACK_EPILOGUE_H
1010
#define PACK_EPILOGUE_H
1111

12+
#include "pack_stl.h"
13+
1214
namespace classdesc_access
1315
{
1416
namespace cd=classdesc;

test/miscMemberTypes.cc

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include "pack_base.h"
10+
#include "pack_stl.h"
1011
#include "miscMemberTypes.h"
1112
#include "classdesc_epilogue.h"
1213

test/testJavaClass.cc

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Test things like the equality operator and streaming is reversible
1111
*/
1212

13+
#include "pack_stl.h"
1314
#include "javaClass.h"
1415
#include "javaClass_serialisation.h"
1516
#include "javaClass.cd"

0 commit comments

Comments
 (0)