1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Replace many inclusions of Types.h with Identifier.h

This commit is contained in:
Paul Licameli
2021-05-22 23:20:14 -04:00
parent 5a516a7999
commit 7e697d1d8f
37 changed files with 38 additions and 40 deletions

View File

@@ -20,7 +20,7 @@
#ifndef __AUDACITY_COMPATIBILITY__
#define __AUDACITY_COMPATIBILITY__
#include "audacity/Types.h"
#include "Identifier.h"
class AUDACITY_DLL_API PlatformCompatibility
{