Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
`bitset.h` should include `cstdint` as uses `uint32_t` type

Relates #169
  • Loading branch information
GeorgyKirichenko committed Jul 5, 2024
1 parent e873976 commit 1a41187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controlplane/acl/bitset.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string_view>
#include <tuple>
#include <vector>
Expand Down

0 comments on commit 1a41187

Please sign in to comment.