1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-03-22 13:38:40 +01: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

@ -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>