mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 12:24:18 +00:00
Update std.h
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef TRIBUFU_CPP
|
||||
@ -14,6 +15,7 @@
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <ostream>
|
||||
|
Reference in New Issue
Block a user