Skip to content

Commit

Permalink
Include <iostream> for std::ostream
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and abau committed Mar 12, 2016
1 parent 76226eb commit c2a5c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/color.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#include <QColor>
#include <glm/glm.hpp>
#include <iostream>
#include "color.hpp"

Color :: Color (float r, float g, float b, float o)
Expand Down

0 comments on commit c2a5c59

Please sign in to comment.