mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
10 lines
218 B
C++
10 lines
218 B
C++
--- src/vsp_graphic/src/Scene.cpp.orig 2017-01-09 21:50:15 UTC
|
|
+++ src/vsp_graphic/src/Scene.cpp
|
|
@@ -15,6 +15,7 @@
|
|
#include "ByteOperationUtil.h"
|
|
|
|
#include <assert.h>
|
|
+#include <stdlib.h>
|
|
|
|
namespace VSPGraphic
|
|
{
|