File: include-cstdint.diff

package info (click to toggle)
libixion 0.19.0-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,488 kB
  • sloc: cpp: 20,960; sh: 4,562; makefile: 474; python: 297
file content (12 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/ixion/compute_engine.hpp b/include/ixion/compute_engine.hpp
index 6e5bbd7..0c5d8b2 100644
--- a/include/ixion/compute_engine.hpp
+++ b/include/ixion/compute_engine.hpp
@@ -13,6 +13,7 @@
 
 #include <memory>
 #include <string>
+#include <cstdint>
 
 namespace ixion { namespace draft {