]> git.cworth.org Git - apitrace/blobdiff - retrace/glstate_params.py
retrace: Move JSON write implementation to a .cpp file.
[apitrace] / retrace / glstate_params.py
index c88b6f043475fefe98ad8ea8b9cd12d59811cfd5..6db4b80750f1ce000069d184bcaf9f1330d4bae2 100644 (file)
@@ -253,6 +253,7 @@ class StateDumper:
         pass
 
     def dump(self):
+        print '#include <assert.h>'
         print '#include <string.h>'
         print
         print '#include "json.hpp"'