Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
Not all compilers failed on this. Only newer ones seemed to.
  • Loading branch information
halfgaar committed Feb 25, 2024
1 parent 5bfd7d7 commit b021946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See LICENSE for license details.
#include <string>
#include <string_view>
#include <cstring>
#include <optional>

#include "logger.h"
#include "acltree.h"
Expand Down

0 comments on commit b021946

Please sign in to comment.