Skip to content

Commit b939cad

Browse files
include <map> directly in istatd_loadtest.cpp since it is a direct dependency
1 parent 3d76047 commit b939cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/istatd_loadtest.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <boost/lexical_cast.hpp>
55
#include <boost/make_shared.hpp>
66
#include <iostream>
7+
#include <map>
78
#include <string>
89
#include <vector>
910
#include <stdlib.h>

0 commit comments

Comments
 (0)