Commit 21e4f71c by Szeberényi Imre

memtrace C++11 jav

parent 2b91ceae
......@@ -160,6 +160,10 @@ END_NAMESPACE
#include <ostream>
#include <stdexcept>
#include <ctime>
#if __cplusplus >= 201103L
#include <iterator>
#include <regex>
#endif
#endif
#ifdef MEMTRACE_CPP
namespace std {
......
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 sign in to comment