2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

conjure2: Add missing Phoenix include

This commit is contained in:
Nikita Kniazev
2022-01-04 22:15:14 +03:00
parent 51b509740b
commit 166e71ae36

View File

@@ -7,6 +7,8 @@
#include "lexer.hpp"
#include <boost/phoenix/operator/self.hpp>
namespace client { namespace lexer
{
template <typename BaseIterator>