Skip to content

Commit

Permalink
Missing includes for ubuntu 20 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Oct 13, 2024
1 parent f0e1003 commit 6952a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YUViewLib/src/filesource/FileSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include <common/InfoItemAndData.h>
#include <common/Typedef.h>

#include <filesystem>

enum class InputFormat
{
Invalid = -1,
Expand Down
1 change: 1 addition & 0 deletions YUViewLib/src/video/yuv/videoHandlerYUV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <iomanip>
#include <sstream>
#include <type_traits>
#include <vector>
Expand Down

0 comments on commit 6952a15

Please sign in to comment.