shithub: openh264

Download patch

ref: 68987b0ab83a597f658db41a365d0d77a3beda4b
parent: 64c3f63aabb0392204631ee0aacfdd94d9712268
author: Enda <[email protected]>
date: Thu Jun 19 11:16:45 EDT 2014

string include fix for 64bit windows build

--- a/module/gmp-openh264.cpp
+++ b/module/gmp-openh264.cpp
@@ -37,6 +37,7 @@
 #include <cstdio>
 #include <cstring>
 #include <iostream>
+#include <string>
 #include <memory>
 #include <assert.h>
 #include <limits.h>