diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-09-23 03:51:25 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-09-23 03:51:25 +0000 |
| commit | 2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331 (patch) | |
| tree | 2d5e8fecedb2d728c026a06ebb1930badd4aeccc /Primitives/src | |
| parent | Reworked vulkan dynamic heap deallocation to use main release queue (diff) | |
| download | DiligentCore-2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331.tar.gz DiligentCore-2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331.zip | |
Reworked message formatting
Diffstat (limited to 'Primitives/src')
| -rw-r--r-- | Primitives/src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/src/test.cpp b/Primitives/src/test.cpp index c578e76f..67a6eb34 100644 --- a/Primitives/src/test.cpp +++ b/Primitives/src/test.cpp @@ -26,6 +26,6 @@ #include "ReferenceCounters.h" #include "Object.h" #include "MemoryAllocator.h" -#include "FormatMessage.h" +#include "FormatString.h" #include "FileStream.h" #include "DataBlob.h" |
