Skip to content

Commit

Permalink
Merge pull request #118 from TimoFischer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bgrimstad committed Feb 23, 2019
2 parents 82fcd1b + 8b27508 commit da6ac4f
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 da6ac4f

Please sign in to comment.