cstring not string, oops

This commit is contained in:
Adam Honse 2019-03-06 12:47:16 -06:00
parent ab03edb6ce
commit 35ec4f5e90

View file

@ -8,7 +8,7 @@
\*-----------------------------------------*/
#include "AuraController.h"
#include <string>
#include <cstring>
AuraController::AuraController(i2c_smbus_interface* bus, aura_dev_id dev)
{