mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 17:51:14 +00:00
Fix path to ana.hpp (seems needed for out-of-src build)
This commit is contained in:
parent
fb08e4b502
commit
e571ac2553
@ -38,7 +38,7 @@
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
|
||||
#include "asio_proxy_connection.hpp"
|
||||
#include "asio_listener.hpp"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <boost/asio.hpp>
|
||||
#include <memory>
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
|
||||
#ifndef ASIO_PROXY_CONNECTION
|
||||
#define ASIO_PROXY_CONNECTION
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <boost/interprocess/smart_ptr/unique_ptr.hpp>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
#include "asio_listener.hpp"
|
||||
#include "asio_sender.hpp"
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ana.hpp"
|
||||
#include "../api/ana.hpp"
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user