]> git.cworth.org Git - apitrace/blobdiff - retrace.cpp
Move trace dumping to a separate module. Add option to not dump arg names.
[apitrace] / retrace.cpp
index 795d039a11ad464252d4643f6fb466fdfd093085..849c597f10cafaf64ef12b6d19a9266eab7b393b 100644 (file)
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <iostream>
 
+#include "trace_dump.hpp"
 #include "retrace.hpp"