mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
10 lines
218 B
C++
10 lines
218 B
C++
--- src/vsp_graphic/src/Scene.cpp.orig 2016-04-22 13:35:09 UTC
|
|
+++ src/vsp_graphic/src/Scene.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include "ByteOperationUtil.h"
|
|
|
|
#include <assert.h>
|
|
+#include <stdlib.h>
|
|
|
|
namespace VSPGraphic
|
|
{
|