CommonDataStructuresPch.h 594 B

123456789101112131415161718192021
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma once
  6. #include "CommonMinMemory.h"
  7. // === C Runtime Header Files ===
  8. #include <wchar.h>
  9. #if defined(_UCRT)
  10. #include <cmath>
  11. #else
  12. #include <math.h>
  13. #endif
  14. // === Codex Header Files ===
  15. #include "codex\Utf8Codex.h"