Commit 1c02d480 authored by lrita's avatar lrita

remove #include <initializer_list> in scoped_vector.h

parent cd6fc15c
......@@ -6,9 +6,6 @@
#define BUTIL_MEMORY_SCOPED_VECTOR_H_
#include <vector>
#if __cplusplus >= 201103L // >= C++11
#include <initializer_list>
#endif
#include "butil/basictypes.h"
#include "butil/logging.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment