mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
PR: 215951 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) MFH: 2017Q1
10 lines
211 B
C++
10 lines
211 B
C++
$FreeBSD$
|
|
--- src/vsp_graphic/src/Shader.cpp.orig 2017-01-08 05:14:57 UTC
|
|
+++ src/vsp_graphic/src/Shader.cpp
|
|
@@ -1,5 +1,6 @@
|
|
#include <assert.h>
|
|
#include <string>
|
|
+#include <stdlib.h>
|
|
|
|
#include "Shader.h"
|
|
|