Add missing <ostream> inclede to the PlaceholderString.h header

presentation
Yuri 7 years ago
parent 873efdbfdc
commit 26c9fe78cf
No known key found for this signature in database
GPG Key ID: CB9671FF939A346E
  1. 2
      src/util/PlaceholderString.h

@ -17,6 +17,8 @@ using std::string;
#include <vector>
using std::vector;
#include <ostream>
class PlaceholderElement;
/**

Loading…
Cancel
Save