summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2002-04-16 07:05:10 +0000
committerleo2002-04-16 07:05:10 +0000
commitf52988a193d80abbe3cac9041a8393297b7d5f85 (patch)
tree32c4bc98d6da42b4ed2a84eedf549a13c6a532b5 /common
parent2fded22713ac3ceea398bb552f582b60149a4a2e (diff)
Moved Pieces Library functions to a new class.
git-svn-id: http://svn.leocad.org/trunk@293 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common')
-rwxr-xr-xcommon/library.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/library.cpp b/common/library.cpp
index d67da32..6d818d6 100755
--- a/common/library.cpp
+++ b/common/library.cpp
@@ -2,6 +2,7 @@
// Piece library management
//
+#include <stdlib.h>
#include "library.h"
#include "file.h"
#include "pieceinf.h"