Skip to content

Commit

Permalink
fix - add stdexcept into coordinator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jingliu9 committed Sep 15, 2021
1 parent c344d68 commit b6b5168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfs_bench/include/benchutils/coordinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <string.h>
#include <unistd.h>

#include <stdexcept>

#include "shmipc/shmipc.h"

/* coordinator shm layout - 8 byte for each
Expand Down

0 comments on commit b6b5168

Please sign in to comment.