From: José Fonseca Date: Sun, 1 Apr 2012 20:47:30 +0000 (+0200) Subject: Add missing os_time include. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=412149cc1c0080a88969fb95ddfa37a641b1d9f7;p=apitrace Add missing os_time include. --- diff --git a/retrace.py b/retrace.py index 1203a09..47292e0 100644 --- a/retrace.py +++ b/retrace.py @@ -297,6 +297,7 @@ class Retracer: def retraceApi(self, api): + print '#include "os_time.hpp"' print '#include "trace_parser.hpp"' print '#include "retrace.hpp"' print