Browse Source

#include <> should only be used for system directories

master
Riyyi 3 years ago
parent
commit
bb6d90e4ad
  1. 2
      inferno/src/inferno/settings.h

2
inferno/src/inferno/settings.h

@ -1,7 +1,7 @@
#ifndef SETTINGS_H
#define SETTINGS_H
#include <nlohmann/json.hpp>
#include "nlohmann/json.hpp"
#include "inferno/window.h"

Loading…
Cancel
Save