summaryrefslogtreecommitdiff
path: root/multimedia/crtmpserver/patches/070-missing-include-gcc-47.patch
blob: 94d80e79326d56f985aac177cdd6fb863b036375 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/3rdparty/tinyxml/tinyxml.h
+++ b/3rdparty/tinyxml/tinyxml.h
@@ -39,6 +39,7 @@ distribution.
 #include <string>
 #include <iostream>
 #include <sstream>
+#include "lstate.h"
 
 // Help out windows:
 #if defined( _DEBUG ) && !defined( DEBUG )