Add missing include to spacemouse CCommandTreeNode.hpp
Required by MSVC in conformance mode
This commit is contained in:
parent
57c66a50ac
commit
3c325f2e61
|
@ -29,6 +29,7 @@
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#if !_MSC_VER
|
#if !_MSC_VER
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
|
|
Loading…
Reference in New Issue