fix wincolor_sink's common.h include

This commit is contained in:
daylanKifky 2017-11-11 15:38:08 +01:00
parent b220bbb349
commit 10772eadae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "base_sink.h"
#include "../details/null_mutex.h"
#include "common.h"
#include "../common.h"
#include <mutex>
#include <string>