Include stdexcept for std::runtime_error

This commit is contained in:
Cameron Gutman 2020-05-26 17:44:18 -07:00
parent 72ea1601e9
commit feacf2c359

View file

@ -1,6 +1,8 @@
#include "nvpairingmanager.h"
#include "utils.h"
#include <stdexcept>
#include <openssl/bio.h>
#include <openssl/aes.h>
#include <openssl/rand.h>