FramebufferManager: Add missing header guard

This commit is contained in:
Lioncash 2016-09-23 13:55:51 -04:00
parent 57dd968af9
commit ab28ef5cff

View file

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "VideoCommon/FramebufferManagerBase.h"
class XFBSource : public XFBSourceBase