Boost: move top_ link fixer to top of files

This commit is contained in:
2025-11-06 15:03:26 -04:00
parent db30001140
commit af57c4dfd1
5 changed files with 5 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef ASYNCHRONOUS_BRIDGE_H
#define ASYNCHRONOUS_BRIDGE_H
#include <boostAsioLinkageFix.h>
#include <atomic>
#include <boost/asio/io_service.hpp>
+1
View File
@@ -1,6 +1,7 @@
#ifndef _STIMULUS_BUFFER_H
#define _STIMULUS_BUFFER_H
#include <boostAsioLinkageFix.h>
#include <vector>
#include <memory>
#include <cstdint>