Revert "Removed unused <mutex> header include"

This reverts commit 87db424e45.
It was meant for the major branch.
This commit is contained in:
Kurtis Rader
2017-08-13 15:25:02 -07:00
parent 5c0311653e
commit aab3dbd24c

View File

@@ -21,6 +21,7 @@
#include <algorithm>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <type_traits>
#include <vector>