mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
12 lines
296 B
Diff
12 lines
296 B
Diff
diff --git a/src/core/IO/Model.hpp b/src/core/IO/Model.hpp
|
|
index 0eb6ce1..3a16942 100644
|
|
--- a/src/core/IO/Model.hpp
|
|
+++ b/src/core/IO/Model.hpp
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include <algorithm>
|
|
#include <unordered_map>
|
|
+#include <stdexcept>
|
|
extern "C" {
|
|
#include <pll.h>
|
|
#include <pllmod_algorithm.h>
|