Merge "fix: macOS build broken on nixos-unstable" into main

This commit is contained in:
jade
2025-01-10 22:23:14 +00:00
committed by Gerrit Code Review
+3 -2
View File
@@ -1,5 +1,6 @@
#include <regex>
// required due to rapidcheck generating an incomplete-return-type error due to
// missing include on libc++ on macOS
#include <exception> // IWYU pragma: keep
#include <rapidcheck.h>
#include "hash.hh"