mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
10 lines
211 B
C++
10 lines
211 B
C++
--- src/vsp_graphic/src/VBO.cpp.orig 2017-01-08 05:14:57 UTC
|
|
+++ src/vsp_graphic/src/VBO.cpp
|
|
@@ -1,6 +1,7 @@
|
|
#include <assert.h>
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <stdlib.h>
|
|
|
|
#include "VBO.h"
|
|
|