Skip to content

Commit

Permalink
Merge pull request #3 from ThomasDuvinage/master
Browse files Browse the repository at this point in the history
add <optinal> include to avoid undefined variable definition
  • Loading branch information
mmurooka authored Aug 2, 2024
2 parents 390fee5 + 3ba511b commit f8f44cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/CCC/StepMpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#pragma once

#include <optional>

#include <CCC/VariantSequentialExtension.h>

namespace CCC
Expand Down

0 comments on commit f8f44cf

Please sign in to comment.