Skip to content

Commit 5fb39c9

Browse files
committed
1 parent d0e00d4 commit 5fb39c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/include/ikos/core/domain/machine_int/operator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#pragma once
4545

46-
#include <cstdint>
46+
#include <cstdint> // Fixes #273
4747

4848
#include <ikos/core/number/signedness.hpp>
4949
#include <ikos/core/support/assert.hpp>

core/include/ikos/core/semantic/indexable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#pragma once
4545

4646
#include <cstddef>
47-
#include <cstdint>
47+
#include <cstdint> // Fixes #273
4848

4949
#include <ikos/core/support/mpl.hpp>
5050

0 commit comments

Comments
 (0)