From 376393b29205216487ab0c2f6620310dea84a8a9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 14:55:53 -0400 Subject: [PATCH] xo-unit: bugfix in legacy mpl impl header --- include/xo/unit/mpl/detail/promoter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/unit/mpl/detail/promoter.hpp b/include/xo/unit/mpl/detail/promoter.hpp index d3b4b4ad..3e85324a 100644 --- a/include/xo/unit/mpl/detail/promoter.hpp +++ b/include/xo/unit/mpl/detail/promoter.hpp @@ -5,7 +5,7 @@ #pragma once -#include "mpl/unit.hpp" +#include "../unit.hpp" namespace xo { namespace unit {