Skip to content

Commit

Permalink
Switch placement to work around mxe limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed May 11, 2024
1 parent e55872f commit 1e88251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/code/highscore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Source information and contacts persons can be found at
===========================================================================
*/


#include "nlohmann/json.hpp"
#include "highscore.h"
#include "os.hpp"
#include "sago/SagoMisc.hpp"
#include <algorithm>
#include "common.h"
#include <fmt/core.h>
#include "nlohmann/json.hpp"

using json = nlohmann::json;

Expand Down
2 changes: 1 addition & 1 deletion source/code/stageclearhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Source information and contacts persons can be found at
===========================================================================
*/

#include "nlohmann/json.hpp"
#include "stageclearhandler.hpp"
#include "SDL.h"
#include <vector>
#include <iostream>
#include <sstream>
#include "sago/SagoMisc.hpp"
#include "nlohmann/json.hpp"

using json = nlohmann::json;

Expand Down

0 comments on commit 1e88251

Please sign in to comment.