summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/asio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/asio.h')
-rw-r--r--src/osd/asio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/asio.h b/src/osd/asio.h
index 64acfab9674..3ee31a467d7 100644
--- a/src/osd/asio.h
+++ b/src/osd/asio.h
@@ -31,5 +31,5 @@
#define ASIO_NOEXCEPT_OR_NOTHROW noexcept(true)
#define ASIO_ERROR_CATEGORY_NOEXCEPT noexcept(true)
-#include "asio/include/asio.hpp"
+#include <asio.hpp>
#undef interface