Fix missing include for endl after header cleanup in change 670efa8f64

This commit is contained in:
Stephan Witt 2016-07-04 11:04:53 +02:00
parent df73cade2b
commit d246aa7af5

View File

@ -81,6 +81,7 @@
#include "support/bind.h"
#include <cmath>
#include <iostream>
int const TabIndicatorWidth = 3;