replaced bits/stdc++.h with standard headers

This commit is contained in:
deniskhud 2026-01-05 12:20:35 +01:00
parent 2ab28e681d
commit 69c1a42138
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,15 @@
#ifndef PORTSCANNER_HPP
#define PORTSCANNER_HPP
#include <boost/asio.hpp>
#include <bits/stdc++.h>
#include <string>
#include <queue>
#include <unordered_map>
#include <iostream>
#include <array>
#include <memory>
#include <cstdint>
#include <stdio.h>
#define RED "\033[31m"
#define GREEN "\033[32m"
#define RESET "\033[0m"