comparison Framework/Common/Integer64Value.h @ 4:7409bb3ef0f5

fix msvc
author jodogne
date Thu, 05 Jul 2018 16:53:56 +0200
parents 7cea966b6829
children 714c5d2bee76
comparison
equal deleted inserted replaced
3:e490cdd766b9 4:7409bb3ef0f5
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "IValue.h" 24 #include "IValue.h"
25
26 #include <stdint.h>
25 27
26 namespace OrthancDatabases 28 namespace OrthancDatabases
27 { 29 {
28 class Integer64Value : public IValue 30 class Integer64Value : public IValue
29 { 31 {