Skip to content

Commit

Permalink
iox-#654 fix clang build
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
  • Loading branch information
elBoberido committed May 21, 2021
1 parent acaaf96 commit a5ad11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "pointer_repository.hpp"

#include <cstdint>
#include <limits>

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <iostream>

#include <assert.h>
#include <limits>

namespace iox
{
Expand Down

0 comments on commit a5ad11f

Please sign in to comment.