1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-03-24 22:48:43 +01:00

Add missing header for PRIU64

This commit is contained in:
wwylele 2017-10-27 18:52:50 +03:00
parent 26065fd872
commit 2bcbd565b8

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <cinttypes>
#include <memory>
#include <vector>
#include "common/common_types.h"