]> git.sesse.net Git - nageru/blobdiff - nageru/print_latency.h
Fix a Clang 19 warning.
[nageru] / nageru / print_latency.h
index d80ac88e96a25ac04f6f64a27f921edd9c45ff59..ee8952b85076666254d59a491a4ae18fdf427894 100644 (file)
@@ -6,11 +6,12 @@
 // point when the frame is ready to be output in some form).
 
 #include <chrono>
+#include <memory>
 #include <string>
 #include <vector>
 
 #include "ref_counted_frame.h"
-#include "metrics.h"
+#include "shared/metrics.h"
 
 // Since every output frame is based on multiple input frames, we need
 // more than one start timestamp; one for each input.