From 9fbc7fbdee3ee4da69dd5d47b77b88c1d2ee5c85 Mon Sep 17 00:00:00 2001 From: George ElKoura Date: Wed, 21 Dec 2016 13:35:18 -0800 Subject: [PATCH] Include missing nap.h for SIGSEGV test in dev_win_ip. Fixes issue #116. --- pxr/base/lib/tf/testenv/SIGSEGV.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pxr/base/lib/tf/testenv/SIGSEGV.cpp b/pxr/base/lib/tf/testenv/SIGSEGV.cpp index 5d33030d2d..c94f152c09 100644 --- a/pxr/base/lib/tf/testenv/SIGSEGV.cpp +++ b/pxr/base/lib/tf/testenv/SIGSEGV.cpp @@ -23,6 +23,7 @@ // #include "pxr/base/tf/errorMark.h" #include "pxr/base/tf/diagnostic.h" +#include "pxr/base/arch/nap.h" #include "pxr/base/arch/stackTrace.h" #include