Add a dedicated library for working with JSON (#2047)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// standard library headers
|
||||
#include <map>
|
||||
|
||||
// local includes
|
||||
#include "driver_settings.h"
|
||||
#include "nvprefs_common.h"
|
||||
|
||||
// special nvapi header that should be the last include
|
||||
#include <nvapi_interface.h>
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user