mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fix header file includes
This commit is contained in:
parent
0d4c663d0b
commit
232f329867
@ -26,4 +26,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#include <etl/delegate.h>
|
||||
#include <etl/private/delegate_cpp11.h>
|
||||
|
||||
@ -26,4 +26,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#include <etl/delegate_cpp03.h>
|
||||
#include <etl/private/delegate_cpp03.h>
|
||||
|
||||
@ -26,4 +26,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#include <etl/private/variant_old.h>
|
||||
#include <etl/private/variant_legacy.h>
|
||||
|
||||
@ -69,7 +69,7 @@ namespace
|
||||
|
||||
char* Ptr(int i)
|
||||
{
|
||||
return reinterpret_cast<char*>(i);
|
||||
return reinterpret_cast<char*>(uintptr_t(i));
|
||||
}
|
||||
|
||||
std::aligned_storage_t<Size, Alignment> buffer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user