diff options
Diffstat (limited to 'keyboards/boston_meetup/2019/2019.c')
-rw-r--r-- | keyboards/boston_meetup/2019/2019.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/boston_meetup/2019/2019.c b/keyboards/boston_meetup/2019/2019.c index e558048f6a..1097c58de2 100644 --- a/keyboards/boston_meetup/2019/2019.c +++ b/keyboards/boston_meetup/2019/2019.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "2019.h" +#include "quantum.h" #ifdef RGB_MATRIX_ENABLE #include "rgb_matrix.h" |