We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684ee88 commit 31d4209Copy full SHA for 31d4209
2 files changed
model/include/model/buildaction.h
@@ -4,6 +4,7 @@
4
#include <string>
5
#include <memory>
6
#include <vector>
7
+#include <cstdint>
8
9
#include <odb/core.hxx>
10
#include <odb/lazy-ptr.hxx>
plugins/cpp/model/include/model/cppinheritance.h
@@ -2,6 +2,8 @@
2
#define CC_MODEL_CPPINHERITANCE_H
3
+
#include "common.h"
namespace cc
0 commit comments