Skip to content

Commit

Permalink
libpisp: Include <cstdint> explicitly
Browse files Browse the repository at this point in the history
Now that pisp_common.h doesn't include pips_types.h (which will be
removed) the single files using C standard int types should include
the header explicitly.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
  • Loading branch information
Jacopo Mondi authored and naushir committed Jul 8, 2024
1 parent 0243fd3 commit 838c00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libpisp/backend/backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
#pragma once

#include <cstdint>
#include <string>
#include <type_traits>
#include <utility>
Expand Down
2 changes: 2 additions & 0 deletions src/libpisp/common/pisp_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*
* pisp_utils.cpp - PiSP buffer helper utilities
*/
#include <cstdint>

#include "backend/pisp_be_config.h"

#include "pisp_common.h"
Expand Down

0 comments on commit 838c00b

Please sign in to comment.