Skip to content

Commit 4ee9c35

Browse files
committed
Include missing iostream header in photoshop.cpp
1 parent f942ba8 commit 4ee9c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/photoshop.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "image.hpp"
55
#include "safe_op.hpp"
66

7+
#include <iostream>
8+
79
namespace Exiv2 {
810

911
bool Photoshop::isIrb(const byte* data) {

0 commit comments

Comments
 (0)