#pragma once #include "vlc/optional.h" namespace fsdk { template using Optional = optional; }