core: Add missing #pragma once directives where applicable

This commit is contained in:
Lioncash 2016-12-15 15:40:51 -05:00
parent 1abb98202c
commit 2f3c1bdfb4
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#include <cstddef>
#include "common/common_types.h"