Correct include path for jsoncpp on Ubuntu
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
5088a82d8c
commit
97e51e0924
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <string>
|
||||
#include <twigs/budget.h>
|
||||
#include <twigs/utils.h>
|
||||
#include <json/json.h>
|
||||
#include <jsoncpp/json/json.h>
|
||||
|
||||
Budget::Budget() : Budget(util::randomId(), "", "") {}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <json/json.h>
|
||||
#include <jsoncpp/json/json.h>
|
||||
#include <twigs/serializable.h>
|
||||
#include <twigs/transaction.h>
|
||||
#include <twigs/utils.h>
|
||||
|
|
Loading…
Reference in a new issue