Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/animorph/files/patch-include-animorph-util.h
16124 views
1
--- include/animorph/util.h.orig 2007-11-25 12:34:57.000000000 +0300
2
+++ include/animorph/util.h 2013-09-14 08:03:24.413227432 +0400
3
@@ -37,6 +37,7 @@
4
#include <iomanip>
5
#include <vector>
6
#include <iostream>
7
+#include <cstdlib> // for atoi()
8
#include "Vector3.h"
9
#include "Vertex.h"
10
#include "VertexVector.h"
11
12