Full directory name

Makes VS2019 happier
This commit is contained in:
dingusdev 2020-09-25 17:54:14 -07:00
parent 599659495b
commit 55ea643974
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <CLI11.hpp>
#include <thirdparty/CLI11/CLI11.hpp>
#include <thirdparty/SDL2/include/SDL.h>
#include <thirdparty/loguru/loguru.hpp>