#ifdef USE_REDIS instead of #if
This commit is contained in:
parent
78c2c107db
commit
5b6b6c97fc
@ -1,6 +1,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#if USE_REDIS
|
||||
#ifdef USE_REDIS
|
||||
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "config.h"
|
||||
#if USE_REDIS
|
||||
#ifdef USE_REDIS
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user