]> git.sesse.net Git - nageru/blobdiff - nageru/resampling_queue.cpp
IWYU-fix nageru/*.h.
[nageru] / nageru / resampling_queue.cpp
index 045d5c7b0f28460db1700e47b10aff339bbbed66..9cbfe200f418dcae55522b15dfeea2929b9692b2 100644 (file)
 #include "resampling_queue.h"
 
 #include <assert.h>
+#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <zita-resampler/vresampler.h>
 #include <algorithm>
-#include <cmath>
+
+#include "shared/shared_defs.h"
 
 using namespace std;
 using namespace std::chrono;