diff --git a/vtkm/internal/Variant.h b/vtkm/internal/Variant.h index bc16fa7ba..950e8f77c 100644 --- a/vtkm/internal/Variant.h +++ b/vtkm/internal/Variant.h @@ -17,7 +17,7 @@ // It would make sense to put this in its own header file, but it is hard to imagine needing // aligned_union anywhere else. -#if (defined(VTKM_GCC) && (__GNUC__ == 4)) || (defined(VTKM_ICC) && (__INTEL_COMPILER < 1800)) +#if (defined(VTKM_GCC) && (__GNUC__ == 4)) || defined(VTKM_ICC) #include namespace vtkmstd