forgot the pragma once for the hpps

This commit is contained in:
Karma Riuk
2025-07-02 11:17:34 +02:00
parent e773cb649f
commit 3547822d3e
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
#include "token/token.hpp"
#include <istream>

View File

@@ -1,3 +1,5 @@
#pragma once
#include <istream>
#include <ostream>