Fixed up JSON include paths

This commit is contained in:
Mark Cannon
2010-12-17 17:00:12 -05:00
parent beb793267b
commit 85803dd887
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "Preference.h"
#include "RageLog.h"
#include "FileDownload.h"
#include "json/Value.h"
#include "jsoncpp/include/json/value.h"
#include "JsonUtil.h"
#include "SpecialFiles.h"
class Song;