summaryrefslogtreecommitdiff
path: root/libdbpp/selectcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libdbpp/selectcommand.cpp')
-rw-r--r--libdbpp/selectcommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbpp/selectcommand.cpp b/libdbpp/selectcommand.cpp
index f67fca0..3217f3b 100644
--- a/libdbpp/selectcommand.cpp
+++ b/libdbpp/selectcommand.cpp
@@ -1,14 +1,14 @@
#include "selectcommand.h"
#include "error.h"
#include <boost/multi_index/indexed_by.hpp>
-#include <boost/multi_index/mem_fun.hpp> // IWYU pragma: keep
-#include <boost/multi_index/member.hpp> // IWYU pragma: keep
+#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/operators.hpp>
#include <compileTimeFormatter.h>
#include <glibmm/ustring.h>
#include <utility>
+// IWYU pragma: no_forward_declare boost::multi_index::member
namespace DB {
ColumnIndexOutOfRange::ColumnIndexOutOfRange(unsigned int n) : colNo(n) { }