Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 534140
Collapse All | Expand All

(-)plugins/classbrowser/documentclassesfolder.h (+3 lines)
Lines 23-31 Link Here
23
#define KDEVPLATFORM_PLUGIN_DOCUMENTCLASSESFOLDER_H
23
#define KDEVPLATFORM_PLUGIN_DOCUMENTCLASSESFOLDER_H
24
24
25
#include "classmodelnode.h"
25
#include "classmodelnode.h"
26
// see https://bugreports.qt-project.org/browse/QTBUG-22829
27
#ifndef Q_MOC_RUN
26
#include <boost/multi_index_container.hpp>
28
#include <boost/multi_index_container.hpp>
27
#include <boost/multi_index/member.hpp>
29
#include <boost/multi_index/member.hpp>
28
#include <boost/multi_index/ordered_index.hpp>
30
#include <boost/multi_index/ordered_index.hpp>
31
#endif
29
32
30
namespace ClassModelNodes
33
namespace ClassModelNodes
31
{
34
{

Return to bug 534140