aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/SearchResult.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/SearchResult.hh')
-rw-r--r--src/FbTk/SearchResult.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/SearchResult.hh b/src/FbTk/SearchResult.hh
index 5e8852b..a28249c 100644
--- a/src/FbTk/SearchResult.hh
+++ b/src/FbTk/SearchResult.hh
@@ -23,10 +23,12 @@
23#define FBTK_SEARCHRESULT_HH 23#define FBTK_SEARCHRESULT_HH
24 24
25#include <vector> 25#include <vector>
26#include "ITypeAheadable.hh" 26#include <string>
27 27
28namespace FbTk { 28namespace FbTk {
29 29
30class ITypeAheadable;
31
30class SearchResult { 32class SearchResult {
31public: 33public:
32 typedef std::vector < ITypeAheadable* > BaseItems; 34 typedef std::vector < ITypeAheadable* > BaseItems;