Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | From c92890c5e18bb6ee23bdb14074bacf306dd9428f Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 5 May 2015 20:35:01 -0700 |
| 4 | Subject: [PATCH] include cstdio to get printf definitions |
| 5 | |
| 6 | Upstream-Status: Pending |
| 7 | |
| 8 | Signed-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 | |
| 13 | diff --git a/src/engine/boxml/BoxMLHOVElement.cc b/src/engine/boxml/BoxMLHOVElement.cc |
| 14 | index 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 | -- |
| 27 | 2.1.4 |
| 28 | |