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