Skip to content

Commit 31d4209

Browse files
committed
Make codebase Ubuntu 24.04 compatible
1 parent 684ee88 commit 31d4209

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

model/include/model/buildaction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <string>
55
#include <memory>
66
#include <vector>
7+
#include <cstdint>
78

89
#include <odb/core.hxx>
910
#include <odb/lazy-ptr.hxx>

plugins/cpp/model/include/model/cppinheritance.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#define CC_MODEL_CPPINHERITANCE_H
33

44
#include <memory>
5+
#include <cstdint>
6+
57
#include "common.h"
68

79
namespace cc

0 commit comments

Comments
 (0)