Skip to content

Commit

Permalink
Add missing include to ShuffleboardEventImportance
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 27, 2020
1 parent 0ab81d7 commit fec6f21
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 fec6f21

Please sign in to comment.