Merge pull request #111 from Nexushunter/fix_runtime_err

Added missing import causing runtime_error to not be found.
This commit is contained in:
water111
2020-11-05 18:10:43 -05:00
committed by GitHub
+1
View File
@@ -8,6 +8,7 @@
#include <vector>
#include <string>
#include <memory>
#include <stdexcept>
#include "TypeSpec.h"
#include "Type.h"