Skip to content

Commit

Permalink
Run build on Ubuntu 24.04 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Feb 10, 2024
1 parent 23585ee commit 2efdb21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "18.04"
- "20.04"
- "22.04"
- "24.04"
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 2efdb21

Please sign in to comment.