add include algorithm for std::remove
parent
8c953386b4
commit
314a268099
|
@ -4,6 +4,7 @@
|
|||
#include <fstream>
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
#include "Base.h"
|
||||
|
||||
const size_t BUFFSZ = 1024;
|
||||
|
|
Loading…
Reference in New Issue