Skip to content

Commit b94db9f

Browse files
committed
Add #include <bit> into Packet.cpp test
1 parent b2557df commit b94db9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Packet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <catch2/catch_test_macros.hpp>
22

33
#include <vector>
4+
#include <bit>
45

56
#include "avcpp/avconfig.h"
67
#include "avcpp/packet.h"

0 commit comments

Comments
 (0)