blob: f3e4e246bee25bfe62f38b4384d5def3acff0c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 3663b7b44646e1ed1218598aeb0bdf7326934029 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Tue, 19 May 2015 18:44:53 +0200
Subject: [PATCH] missing include
Change-Id: Ie7a733b49a5b9a056671f4274b5194c3891569ae
---
src/lib/IWORKText.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/IWORKText.cpp b/src/lib/IWORKText.cpp
index 3413ef3..c37b1bc 100644
--- a/src/lib/IWORKText.cpp
+++ b/src/lib/IWORKText.cpp
@@ -11,6 +11,7 @@
#include <cassert>
#include <string>
+#include <vector>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/predicate.hpp>
--
2.4.0
|