Skip to content

Commit 7321499

Browse files
committed
added missing includes/usings
[git-p4: depot-paths = "//dev/main.cpp/": change = 100014]
1 parent 06fba5f commit 7321499

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/unit/coherence/io/pof/SerializerTest.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
*/
77
#include "coherence/lang.ns"
88

9+
#include "coherence/io/OctetArrayWriteBuffer.hpp"
10+
11+
#include "coherence/io/pof/PofBufferReader.hpp"
12+
#include "coherence/io/pof/PofBufferWriter.hpp"
913
#include "coherence/io/pof/PofReader.hpp"
1014
#include "coherence/io/pof/PofSerializer.hpp"
1115
#include "coherence/io/pof/PofWriter.hpp"
@@ -22,6 +26,10 @@ using namespace coherence::lang;
2226
using namespace std;
2327
using namespace common::test;
2428

29+
using coherence::io::OctetArrayWriteBuffer;
30+
31+
using coherence::io::pof::PofBufferReader;
32+
using coherence::io::pof::PofBufferWriter;
2533
using coherence::io::pof::PofReader;
2634
using coherence::io::pof::PofSerializer;
2735
using coherence::io::pof::PofWriter;

0 commit comments

Comments
 (0)