Skip to content

Commit c2a5c59

Browse files
AMDmi3abau
authored andcommitted
Include <iostream> for std::ostream
1 parent 76226eb commit c2a5c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/color.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55
#include <QColor>
66
#include <glm/glm.hpp>
7+
#include <iostream>
78
#include "color.hpp"
89

910
Color :: Color (float r, float g, float b, float o)

0 commit comments

Comments
 (0)