citra-qt: Add missing #pragma once directives

This commit is contained in:
Lioncash 2016-12-11 06:53:18 -05:00 committed by linkmauve
parent 3bbd35dde9
commit 327b23e4ce
5 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <boost/container/flat_set.hpp>
#include <QAbstractItemModel>