~autopilot/xpathselect/1.3

« back to all changes in this revision

Viewing changes to lib/xpathquerypart.h

  • Committer: Tarmac
  • Author(s): Timo Jyrinki
  • Date: 2013-06-05 08:46:13 UTC
  • mfrom: (35.1.1 xpathselect)
  • Revision ID: tarmac-20130605084613-9hyjaoi63qu9z06e
Fix FTBFS by adding a missing include.

Approved by PS Jenkins bot, Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <string>
22
22
#include <vector>
23
23
#include <memory>
 
24
#include <iostream>
24
25
 
25
26
#include <boost/optional/optional.hpp>
26
27