Skip to content

Commit

Permalink
Fixed include path for yaml-cpp, addresses #153.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Oct 26, 2021
1 parent 7102dd9 commit d4666b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/configobject.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <QHash>
#include <QVector>

#include <yaml-cpp/yaml.h>
#include <yaml.h>

// Forward declaration
class ConfigExtension;
Expand Down
2 changes: 1 addition & 1 deletion lib/configreader.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CONFIGREADER_HH

#include <QObject>
#include <yaml-cpp/yaml.h>
#include <yaml.h>
#include "configobject.hh"

class Config;
Expand Down

0 comments on commit d4666b5

Please sign in to comment.