Include order fixes.

This commit is contained in:
Ben Vanik
2015-12-27 10:27:46 -08:00
parent 6b92c1a01e
commit 0a316808a5
4 changed files with 7 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
******************************************************************************
*/
#include "third_party/catch/include/catch.hpp"
#include "xenia/base/memory.h"
#include "third_party/catch/include/catch.hpp"
TEST_CASE("copy_and_swap_16_aligned", "Copy and Swap") {
// TODO(benvanik): tests.
REQUIRE(true == true);