Skip to content

Commit 592a860

Browse files
committed
fix: add missing <mutex> include for GCC compatibility
1 parent e717687 commit 592a860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrpld/app/misc/detail/RuntimeConfig.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include <algorithm>
2626
#include <cstdlib>
27+
#include <mutex>
2728

2829
namespace ripple {
2930

0 commit comments

Comments
 (0)