Commit 7659f9ba authored by Victor Zverovich's avatar Victor Zverovich Committed by Facebook Github Bot

Fix includes in FingerprintPolynomial.h

Summary:
Add a missing include in `folly/detail/FingerprintPolynomial.h` to fix the
modular build.

Reviewed By: andrewjcg

Differential Revision: D9182707

fbshipit-source-id: c498b10bd02f6528a62fce8145521a97755d6496
parent ad98d099
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#include <cstdint> #include <cstdint>
#include <glog/logging.h>
namespace folly { namespace folly {
namespace detail { namespace detail {
......
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