stl: minor changes

This commit is contained in:
skypjack
2026-03-30 20:00:51 +02:00
parent 3652d47932
commit e7be9a94e8
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
#ifndef ENTT_STL_TUPLE_HPP
#define ENTT_STL_TUPLE_HPP
#include "../config/config.h"
#include <tuple>
#include "../config/config.h"
/*! @cond ENTT_INTERNAL */
namespace entt::stl {

View File

@@ -1,9 +1,8 @@
#ifndef ENTT_STL_VECTOR_HPP
#define ENTT_STL_VECTOR_HPP
#include "../config/config.h"
#include <vector>
#include "../config/config.h"
/*! @cond ENTT_INTERNAL */
namespace entt::stl {