Skip to content

Commit

Permalink
moved json.h (from nlohmann::json) from header file to .cpp file: Not…
Browse files Browse the repository at this point in the history
… an external dependency, anymore
  • Loading branch information
Timo Fischer committed Feb 20, 2019
1 parent 7daa21c commit 8b27508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/json_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef SPLINTER_JSON_PARSER_H
#define SPLINTER_JSON_PARSER_H

#include "json.h"
#include <string>

namespace SPLINTER
{
Expand Down
1 change: 1 addition & 0 deletions src/json_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

#include "json_parser.h"
#include "json.h"
#include "bspline.h"
#include "data_table.h"
#include "utilities.h"
Expand Down

0 comments on commit 8b27508

Please sign in to comment.