Skip to content

Commit 46284aa

Browse files
michel-slmfacebook-github-bot
authored andcommitted
include <stdexcept> for std::out_of_range
Summary: `std::out_of_range` is no longer included by default in GCC 13. Reviewed By: jiayuebao Differential Revision: D45289726 fbshipit-source-id: 6f5ee816580f419004594237b7dee40ffab532fa
1 parent b2400fb commit 46284aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachelib/cachebench/consistency/ShortThreadId.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <limits>
2020
#include <mutex>
2121
#include <shared_mutex>
22+
#include <stdexcept>
2223

2324
namespace facebook {
2425
namespace cachelib {

0 commit comments

Comments
 (0)