Add missing include

This commit is contained in:
Wenting Zhang 2023-12-10 14:01:42 -05:00
parent 56b97dc0e0
commit 0b6dba5c83

View file

@ -23,6 +23,7 @@
#include "pico/stdlib.h"
#include "pico/binary_info.h"
#include "hardware/i2c.h"
#include "config.h"
#include "utils.h"
#include "tcpm_driver.h"
#include "usb_pd.h"