You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
247 B

  1. --- a/3rdparty/tinyxml/tinyxml.h
  2. +++ b/3rdparty/tinyxml/tinyxml.h
  3. @@ -39,6 +39,7 @@ distribution.
  4. #include <string>
  5. #include <iostream>
  6. #include <sstream>
  7. +#include "lstate.h"
  8. // Help out windows:
  9. #if defined( _DEBUG ) && !defined( DEBUG )