Skip to content

Commit 20491bd

Browse files
committed
PRT: add missing iostream include
Closes: #107
1 parent 6e27eaf commit 20491bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/io/PRT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Modifications from: github user: redpawfx ([email protected]) and Luma Picture
3838
3939
4040
*/
41+
#include <iostream>
4142
#ifndef PARTIO_WIN32
4243
#ifdef PARTIO_USE_ZLIB
4344
#include "../Partio.h"
@@ -427,7 +428,6 @@ bool writePRT(const char* filename,const ParticlesData& p,const bool /*compresse
427428
}
428429
#else
429430
#include "../Partio.h"
430-
#include <iostream>
431431
#include <fstream>
432432

433433

0 commit comments

Comments
 (0)