Skip to content

Commit

Permalink
Add missing includes of std::optional
Browse files Browse the repository at this point in the history
  • Loading branch information
magomez committed Mar 30, 2023
1 parent 00b8e30 commit d097460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/WTF/wtf/PrintStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include <memory>
#include <optional>
#include <stdarg.h>
#include <tuple>
#include <wtf/Forward.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <glib.h>
#include <gst/gst.h>
#include <gst/pbutils/install-plugins.h>
#include <optional>
#include <wtf/Atomics.h>
#include <wtf/Condition.h>
#include <wtf/Forward.h>
Expand Down

0 comments on commit d097460

Please sign in to comment.