One more include<functional>

This commit is contained in:
sdong 2019-10-31 14:48:26 -07:00
parent f0db718ac7
commit 22c7a01c2c

View File

@ -6,6 +6,7 @@
// of patent rights can be found in the PATENTS file in the same directory. // of patent rights can be found in the PATENTS file in the same directory.
#pragma once #pragma once
#include <algorithm> #include <algorithm>
#include <functional>
#include <set> #include <set>
#include <memory> #include <memory>
#include <atomic> #include <atomic>