Skip to content

Commit

Permalink
Add missing include for std::optional
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel authored Aug 15, 2022
1 parent fbcaee0 commit 058e6fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <iostream>
#include <map>
#include <mutex>
#include <optional>
#include <sstream>
#include <string>
#include <tuple>
Expand Down

0 comments on commit 058e6fd

Please sign in to comment.