add missed file changes

This commit is contained in:
DH 2025-10-05 20:07:19 +03:00
parent 640df36c48
commit 37f423aec3
6 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include "asm.hpp"
#include <atomic>
#include <chrono>
#include <cstdint>
@ -7,7 +8,6 @@
#include <limits>
#include <system_error>
#include <type_traits>
#include "asm.hpp"
namespace rx {
static constexpr auto kRelaxSpinCount = 12;

View file

@ -2,8 +2,8 @@
#include "rx/tsc.hpp"
#include "types.hpp"
#include <thread>
#include <atomic>
#include <thread>
extern bool g_use_rtm;
extern u64 g_rtm_tx_limit1;