Skip to content

Commit

Permalink
Merge pull request #2215 from musicinmybrain/gcc13
Browse files Browse the repository at this point in the history
Add missing #include for GCC13

(Internal change: 2262944)
  • Loading branch information
pixar-oss committed Feb 11, 2023
2 parents 824c1d1 + d40f032 commit 87bee4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pxr/base/arch/virtualMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "pxr/base/arch/defines.h"
#include "pxr/base/arch/systemInfo.h"

#include <cstdint>
#if defined(ARCH_OS_WINDOWS)
#include <Windows.h>
#include <Memoryapi.h>
Expand Down

0 comments on commit 87bee4f

Please sign in to comment.