1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Forgot to include variable arguments library in shared buffers.

This commit is contained in:
Sandu Liviu Catalin 2016-03-27 18:41:10 +03:00
parent ac95c019c5
commit 0812472ac5

View File

@ -3,6 +3,7 @@
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <cassert> #include <cassert>
#include <cstdarg>
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <utility> #include <utility>