From 5c21e67d7d0bc30cc279c7113388b59070dcc4d9 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Thu, 28 Oct 2021 10:26:06 -0700 Subject: [PATCH] adjust options parser include path --- vtkm/cont/internal/OptionParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/cont/internal/OptionParser.h b/vtkm/cont/internal/OptionParser.h index 2e0d6127d..fd5b7e72d 100644 --- a/vtkm/cont/internal/OptionParser.h +++ b/vtkm/cont/internal/OptionParser.h @@ -42,7 +42,7 @@ namespace internal // Include from third party. // @cond NONE -#include +#include // @endcond // Now restore the header guards as before so that other includes of (possibly different versions