Added missing pragmas

This commit is contained in:
emeric
2025-07-02 23:34:54 +02:00
parent 376316da14
commit 427f777c44
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "core/LiteralString.hpp"
namespace lms::core
@@ -17,6 +17,8 @@
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <functional>
#include <memory>
#include <vector>