Skip to content

Commit

Permalink
Add missing include to ShuffleboardEventImportance (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored and PeterJohnson committed Jan 27, 2020
1 parent 558c020 commit 8039a6c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Copyright (c) 2018-2020 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/

#pragma once

#include <wpi/StringRef.h>

namespace frc {

// Maintainer note: this enum is mirrored in WPILibJ and in Shuffleboard
Expand Down

0 comments on commit 8039a6c

Please sign in to comment.