fmt.hh: Don't include boost/algorithm/string/replace.hpp
This cuts compilation time by ~49s. Issue #4045.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <string>
|
||||
#include "ansicolor.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user