Fix compilation failure with GCC 4.8
[xapian.git] / xapian-letor / include / xapian-letor.h
blobf2fe74e43f753b8c3b9829aaa2389a398136f792
1 /** @file xapian-letor.h
2 * @brief Public interfaces for the Xapian library.
3 */
4 // Copyright (C) 2003,2004,2005,2007,2008,2009,2010,2012,2013,2015,2016 Olly Betts
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef XAPIAN_INCLUDED_XAPIAN_LETOR_H
21 #define XAPIAN_INCLUDED_XAPIAN_LETOR_H
23 #include <xapian.h>
24 #include <xapian/intrusive_ptr.h>
25 #include <xapian/types.h>
26 #include <xapian/visibility.h>
28 #include <xapian-letor/feature.h>
29 #include <xapian-letor/featurelist.h>
30 #include <xapian-letor/featurevector.h>
31 #include <xapian-letor/letor_error.h>
32 #include <xapian-letor/ranker.h>
33 #include <xapian-letor/scorer.h>
35 #endif /* XAPIAN_INCLUDED_XAPIAN_LETOR_H */