freebsd-ports/graphics/gsculpt/files/patch-cpp__Math__Vector2.h
Martin Wilke cf43aeea37 - Update to 0.99.47
PR:		166036
Submitted by:	Ports Fury
Feature safe:	yes
2012-03-25 03:55:50 +00:00

10 lines
245 B
C

--- cpp/Math/Vector2.h.orig 2008-12-30 23:41:26.000000000 +0900
+++ cpp/Math/Vector2.h 2012-03-06 22:15:22.000000000 +0900
@@ -8,6 +8,7 @@
#ifndef VECTOR2_H__
#define VECTOR2_H__
+#include <cstdio>
#include <math.h>
#include <algorithm>