Files
ANSCORE/engines/TensorRTAPI/include/engine/NvDynLoader.h

10 lines
513 B
C

#pragma once
// ============================================================================
// Forwarding header — NvDynLoader moved to ANSLibsLoader
//
// This file is retained for backward compatibility. All consuming projects
// should update their include paths to reference ANSLibsLoader/include/
// directly. Once all projects are updated, this file can be removed.
// ============================================================================
#include "../../../ANSLibsLoader/include/NvDynLoader.h"