comparison Framework/Common/ResultFileValue.h @ 247:e57a5313ffe5

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 09:18:20 +0200
parents 483af3f35a4b
children 16aac0287485
comparison
equal deleted inserted replaced
246:483af3f35a4b 247:e57a5313ffe5
23 23
24 #include "IValue.h" 24 #include "IValue.h"
25 25
26 #include <Compatibility.h> 26 #include <Compatibility.h>
27 27
28 #include <stdint.h>
29
28 namespace OrthancDatabases 30 namespace OrthancDatabases
29 { 31 {
30 /** 32 /**
31 * This class is not used for MySQL, as MySQL uses BLOB columns to 33 * This class is not used for MySQL, as MySQL uses BLOB columns to
32 * store files. 34 * store files.