citra-qt: Add a missing header guard to util.h

This commit is contained in:
Lioncash 2015-08-25 23:06:43 -04:00
parent ac0104b8b0
commit e7ebb9d36c

View file

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <QFont>
/// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.