Skip to content

Commit

Permalink
dbcheck_utils.h: add <algorithm> header for std::find()
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and alaaeddineelamri committed Sep 22, 2021
1 parent ab08359 commit 858aee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/dird/dbcheck_utils.h
Expand Up @@ -31,6 +31,7 @@
#include "lib/edit.h"
#include "lib/parse_conf.h"
#include "lib/util.h"
#include <algorithm>

using namespace directordaemon;

Expand Down

0 comments on commit 858aee4

Please sign in to comment.