Adds UsageReporting include when using the LabVIEW shim (#401)

This commit is contained in:
Thad House
2016-12-16 22:42:45 -08:00
committed by Peter Johnson
parent 626220e9f3
commit 24b5a9c389

View File

@@ -11,7 +11,6 @@
#ifndef HAL_USE_LABVIEW
#include "FRC_NetworkCommunication/UsageReporting.h"
#include "HAL/Accelerometer.h"
#include "HAL/AnalogAccumulator.h"
#include "HAL/AnalogGyro.h"
@@ -38,6 +37,7 @@
#endif // HAL_USE_LABVIEW
#include "FRC_NetworkCommunication/UsageReporting.h"
#include "HAL/Types.h"
namespace HALUsageReporting = nUsageReporting;