fowrward declarations

This commit is contained in:
Marcos Slomp
2026-06-06 19:49:20 -07:00
parent f5f4d91cd2
commit a25193ad8d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __TRACYDISASSEMBLY_HPP__
#define __TRACYDISASSEMBLY_HPP__
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <stdint.h>
#include <string>
#include <vector>

View File

@@ -6,7 +6,7 @@
#include <chrono>
#include <functional>
#include <memory>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <string>
#include <thread>
#include <vector>