Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotier committed Jul 16, 2024
1 parent 556bf84 commit 8de8ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chip-8-sdl/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include <SDL.h>
#include <cxxopts.hpp>
#include <filesystem>
#include <SDL.h>
#include <yaml-cpp/yaml.h>
#include <fmt/core.h>
#include <iostream>
#include <yaml-cpp/yaml.h>

#include "app.h"
#include "chip8.h"
Expand Down

0 comments on commit 8de8ff2

Please sign in to comment.