// Fake STL
#pragma once
#include <ustl.h>

namespace std
{
	using namespace ustl;
};
