added missing header

This commit is contained in:
gabime 2018-04-19 18:40:58 +03:00
parent 11e068d7a3
commit b9fac2b179
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
//
// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#pragma once
#ifdef _WIN32
#include "wincolor_sink.h"
#else
#include "ansicolor_sink.h"
#endif