Skip to content

Commit

Permalink
Add missing include optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Nov 8, 2023
1 parent 3002b3b commit 3cfce83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/progress/Progress.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright (c) 2022 Ultimaker B.V.
// Copyright (c) 2023 UltiMaker
// CuraEngine is released under the terms of the AGPLv3 or higher

#include "progress/Progress.h"

#include <cassert>
#include <optional>

#include <range/v3/view/enumerate.hpp>
#include <spdlog/spdlog.h>
Expand Down

0 comments on commit 3cfce83

Please sign in to comment.