blob: c5814bfe2b6cb5752e05692cb50ba1c9163e7643 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From c92890c5e18bb6ee23bdb14074bacf306dd9428f Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 5 May 2015 20:35:01 -0700
4Subject: [PATCH] include cstdio to get printf definitions
5
6Upstream-Status: Pending
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 src/engine/boxml/BoxMLHOVElement.cc | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/src/engine/boxml/BoxMLHOVElement.cc b/src/engine/boxml/BoxMLHOVElement.cc
14index 1a2812c..96c9eea 100644
15--- a/src/engine/boxml/BoxMLHOVElement.cc
16+++ b/src/engine/boxml/BoxMLHOVElement.cc
17@@ -21,7 +21,7 @@
18 // <http://www.gnu.org/licenses/>.
19
20 #include <config.h>
21-
22+#include <cstdio>
23 #include "BoxMLAttributeSignatures.hh"
24 #include "BoxMLHOVElement.hh"
25 #include "BoxMLHElement.hh"
26--
272.1.4
28