Skip to content

Commit

Permalink
sd_reservation.cc: add thread header
Browse files Browse the repository at this point in the history
Without this header, sd_reservation does not compile on
gcc 11.1.1 on Fedora 34

(cherry picked from commit 7a7cb96)
  • Loading branch information
pstorz committed May 3, 2021
1 parent 4c20089 commit 84fc3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/tests/sd_reservation.cc
Expand Up @@ -32,6 +32,7 @@

#include <chrono>
#include <future>
#include <thread>

#define STORAGE_DAEMON 1
#include "include/jcr.h"
Expand Down

0 comments on commit 84fc3c6

Please sign in to comment.