Skip to content

Commit

Permalink
Merge pull request #15 from innogames/new_boost
Browse files Browse the repository at this point in the history
Add missing include for for ptime
  • Loading branch information
TuxPowered42 authored Jun 14, 2022
2 parents e6e262c + 360d364 commit 5b8c41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pfctl_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#define FMT_HEADER_ONLY

#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/interprocess/ipc/message_queue.hpp>
#include <fmt/format.h>
#include <fmt/printf.h>
Expand Down

0 comments on commit 5b8c41b

Please sign in to comment.