mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Fix color_unittest compilation error
This commit is contained in:
parent
2ddb0ea181
commit
c913192fcb
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
#include "app/color.h"
|
#include "app/color.h"
|
||||||
|
|
||||||
|
using namespace app;
|
||||||
|
|
||||||
inline std::ostream& operator<<(std::ostream& os, const Color& color) {
|
inline std::ostream& operator<<(std::ostream& os, const Color& color) {
|
||||||
return os << color.toString();
|
return os << color.toString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user