Skip to content

Commit

Permalink
edit: add missing include
Browse files Browse the repository at this point in the history
utime_t (defined in bc_types.h) is needed to use this header.
  • Loading branch information
sebsura committed Feb 12, 2024
1 parent 9b4023d commit 8c2991f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/lib/edit.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2018-2023 Bareos GmbH & Co. KG
Copyright (C) 2018-2024 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Expand All @@ -22,6 +22,7 @@
#define BAREOS_LIB_EDIT_H_

#include <vector>
#include "include/bc_types.h"

namespace edit {
/* The biggest 64 bit number -- 2^64-1 -- has 20 digits.
Expand Down

0 comments on commit 8c2991f

Please sign in to comment.