refactor(linux_parser) add missing definition guard to prevent cascading. it shouldn't be a problem since there's pragma once, but better safe than sorry.

This commit is contained in:
2025-10-07 01:31:30 +04:00
parent e699db4fe7
commit 6b324f554e

View File

@@ -2,6 +2,7 @@
#ifdef __linux__ #ifdef __linux__
#ifndef LINUX_PARSER_HPP #ifndef LINUX_PARSER_HPP
#define LINUX_PARSER_HPP
#include <fstream> #include <fstream>
#include <string> #include <string>