1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 12:50:11 -06:00

time_stretch: Add missing #pragma once directive

This commit is contained in:
Lioncash 2016-12-12 19:16:46 -05:00
parent 327b23e4ce
commit efcab1e918

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <cstddef>
#include <memory>
#include <vector>