params: include `optional` header (#22553)

pull/22560/head
dlsp 4 years ago committed by GitHub
parent d22f57e36d
commit c6b210da02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/common/params.h

@ -3,6 +3,7 @@
#include <map>
#include <sstream>
#include <string>
#include <optional>
enum ParamKeyType {
PERSISTENT = 0x02,

Loading…
Cancel
Save