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