Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
Apparently this was not needed on many systems, but it should have been.
  • Loading branch information
attah committed Sep 12, 2024
1 parent b104591 commit e2ba987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ippprintjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "stringutils.h"
#include "configdir.h"
#include <filesystem>
#include <algorithm>

Error IppPrintJob::finalize(std::string inputFormat, int pages)
{
Expand Down

0 comments on commit e2ba987

Please sign in to comment.