8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

MSVC2010 has no inttypes.h, may be stdint.h or cstdint was supposed?..

This commit is contained in:
aafemt 2015-11-17 16:24:29 +00:00
parent 79af926596
commit 439ee6b954

View File

@ -26,7 +26,6 @@
#include <stdexcept>
#include <string>
#include <vector>
#include <inttypes.h>
using std::deque;
using std::runtime_error;