Public header was missing include of ComPtr smart-pointer

This commit is contained in:
Chuck Walbourn 2019-11-20 11:48:00 -08:00
Родитель 259edc2c66
Коммит 2ca39db9c5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,8 @@
#include <assert.h>
#include <stdint.h>
#include <wrl/client.h>
#include "GraphicsMemory.h"
#include "Effects.h"