commit | e6154027196a9d5a6c34886f8dc8f3955467d534 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Sep 25 17:50:25 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Sep 26 16:37:35 2019 +0000 |
tree | b82f733853e7c9b588f58e17d4db7fd78e433985 | |
parent | 44ec88e83dc00fce7a7402bdab38d73ee44a7cf8 [diff] |
sensorcommands: add stdexcept header Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I47eddd3e730a51a94efe0aadfaf446697f532d8c
diff --git a/src/sensorcommands.cpp b/src/sensorcommands.cpp index c4801d5..836537c 100644 --- a/src/sensorcommands.cpp +++ b/src/sensorcommands.cpp
@@ -34,6 +34,7 @@ #include <sdrutils.hpp> #include <sensorcommands.hpp> #include <sensorutils.hpp> +#include <stdexcept> #include <storagecommands.hpp> #include <string> #include <utility>