summaryrefslogtreecommitdiffstats
path: root/Primitives/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-09-23 03:51:25 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-09-23 03:51:25 +0000
commit2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331 (patch)
tree2d5e8fecedb2d728c026a06ebb1930badd4aeccc /Primitives/src
parentReworked vulkan dynamic heap deallocation to use main release queue (diff)
downloadDiligentCore-2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331.tar.gz
DiligentCore-2f5b2dd6bb2db2464d9b9c9d95fc0a57559fa331.zip
Reworked message formatting
Diffstat (limited to 'Primitives/src')
-rw-r--r--Primitives/src/test.cpp2
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"