#pragma once

#include <stddef.h>

namespace std {

using size_t = ::size_t;

}