diff --git a/Quaternion.cpp b/Quaternion.cpp index 44f6991..f98a8e8 100644 --- a/Quaternion.cpp +++ b/Quaternion.cpp @@ -2,7 +2,7 @@ // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. -#include "pch.h" +//#include "pch.h" #include #include #include "Quaternion.h" diff --git a/Vector3.cpp b/Vector3.cpp index 6d3c959..978ebce 100644 --- a/Vector3.cpp +++ b/Vector3.cpp @@ -2,7 +2,7 @@ // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. -#include "pch.h" +//#include "pch.h" #include #include "Vector3.h"