Skip to content

Commit

Permalink
Merge pull request #32 from iiisak/master
Browse files Browse the repository at this point in the history
Add #include <stdexcept>
  • Loading branch information
vpetrigo committed Apr 23, 2024
2 parents 0f65db1 + 11e4653 commit 8973d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <memory>
#include <mutex>
#include <unordered_map>
#include <stdexcept>

namespace caches
{
Expand Down

0 comments on commit 8973d09

Please sign in to comment.