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

10 lines
513 B
C
Raw Normal View History

2026-03-28 16:54:11 +11:00
#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"