10 lines
255 B
C
10 lines
255 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "Misc/CoreMiscDefines.h"
|
|
UE_DEPRECATED_HEADER(5.5, "Use InsightsCore/Version.h from the TraceInsightsCore module instead.")
|
|
|
|
// TraceInsightsCore
|
|
#include "InsightsCore/Version.h"
|