Skip to content

Commit

Permalink
Fix compilation on Ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Feb 10, 2024
1 parent 23585ee commit 2378d49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- "18.04"
- "20.04"
- "22.04"

# Latest non-LTS
- "23.10"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions src/assembler/vcdu.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <array>
#include <cstdint>

// VCDU: Virtual Channel Data Unit.
// This is the data packet AFTER applying Reed Solomon decode.
Expand Down
1 change: 1 addition & 0 deletions src/dcs/dcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <unistd.h>

#include <cstdint>
#include <ctime>
#include <string>
#include <vector>
Expand Down

0 comments on commit 2378d49

Please sign in to comment.