Skip to content

Commit 373c02b

Browse files
Dmitry Polukhinmeta-codesync[bot]
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/folly/hash [A]
Reviewed By: DenisYaroshevskiy Differential Revision: D85059483 fbshipit-source-id: e22a2b2888acb8f6256c6f121a2f128ec9f48933
1 parent 4bfa41a commit 373c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folly/hash/Checksum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <folly/hash/Checksum.h>
1818

1919
#include <algorithm>
20-
#include <stdexcept>
20+
#include <stdexcept> // IWYU pragma: keep
2121

2222
#include <boost/crc.hpp>
2323

0 commit comments

Comments
 (0)