Skip to content

Commit 163a4c1

Browse files
committed
fix(cpu): add missing <stdexcept> include for std::runtime_error
1 parent dd4fe1a commit 163a4c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • cpp/deglib/include/deglib/utils

cpp/deglib/include/deglib/utils/cpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "deglib/config.h"
44

55
#include <cstdint>
6+
#include <stdexcept>
67

78
namespace deglib::cpu {
89

0 commit comments

Comments
 (0)