general: Add missing pragma once

This commit is contained in:
Morph 2022-10-17 02:52:41 -04:00
parent d574bb4610
commit bffbaddb79
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "core/hle/result.h"
namespace Service::VI {