Add some missing pragma onces.

This commit is contained in:
Gary Talent 2017-04-05 00:08:31 -05:00
parent f6bf7ede6b
commit bfc2fcd055
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#pragma once
#include "gfx.hpp" #include "gfx.hpp"

View File

@ -5,6 +5,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#pragma once
#include <ox/std/types.hpp> #include <ox/std/types.hpp>