changeset 1:ef9df856744c

fix for msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Apr 2022 19:30:35 +0200
parents a2d79b456440
children 93c38b175399
files Sources/Framework/CSATag.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/Framework/CSATag.h	Fri Apr 22 17:58:59 2022 +0200
+++ b/Sources/Framework/CSATag.h	Fri Apr 22 19:30:35 2022 +0200
@@ -20,6 +20,7 @@
 #pragma once
 
 #include <boost/noncopyable.hpp>
+#include <stdint.h>
 #include <string>
 #include <vector>