Skip to content

Commit

Permalink
Add missing headers (#335)
Browse files Browse the repository at this point in the history
Fixes #334
  • Loading branch information
mthrok authored Jan 30, 2025
1 parent e46143e commit c279da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libspdl/core/frames/ffmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "libspdl/core/detail/ffmpeg/wrappers.h"
#include "libspdl/core/detail/tracing.h"

#include <algorithm>
#include <cassert>

#include <glog/logging.h>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/packets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <glog/logging.h>

#include <algorithm>
#include <cassert>

extern "C" {
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#pragma once

#include <cstdint>
#include <functional>
#include <map>
#include <optional>
Expand Down

0 comments on commit c279da6

Please sign in to comment.