Skip to content

Commit 0b1eae2

Browse files
committed
fix build error on macOS 10.14 w/ Xcode 10
The build error was happening with tests' comparison.cpp.
1 parent 121f8c3 commit 0b1eae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

P0267_RefImpl/Tests/comparison.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <ostream>
34
#include <string>
45
#include "io2d.h"
56

0 commit comments

Comments
 (0)