Skip to content

Commit

Permalink
replay: add missing import for std::optional (#23416)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam authored Jan 5, 2022
1 parent 3ffebf4 commit 64caee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/ui/replay/replay.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <optional>

#include <QThread>

#include "selfdrive/ui/replay/camera.h"
Expand Down

0 comments on commit 64caee8

Please sign in to comment.