Skip to content

Commit

Permalink
Add missing include for optional<>
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Feb 26, 2024
1 parent 2c9dbf1 commit 327f404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YUViewLib/src/common/Typedef.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <cstring>
#include <iterator>
#include <map>
#include <optional>
#include <sstream>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit 327f404

Please sign in to comment.