any: Add missing include <stdint.h>
We use `uint8_t` and `uintptr_t` from this header.
This commit is contained in:
parent
13de893d55
commit
79562e0742
@ -18,6 +18,7 @@
|
|||||||
#include "typeinfo.h"
|
#include "typeinfo.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace dap {
|
namespace dap {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user