pragma once

This commit is contained in:
Matúš Púll 2024-11-07 22:19:24 +01:00
parent e86ba08846
commit 2ccb889d5f
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#pragma once
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <string> #include <string>

View file

@ -1,3 +1,4 @@
#pragma once
#include "global.hpp" #include "global.hpp"
#include <algorithm> #include <algorithm>
#include <chrono> #include <chrono>