mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Wrong include guard for admin_modules PCH
This commit is contained in:
parent
f07c2f51b8
commit
d5b620391e
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#ifndef AI_SHARE_STDPCH_H
|
#ifndef ADMIN_MODULES_STDPCH_H
|
||||||
#define AI_SHARE_STDPCH_H
|
#define ADMIN_MODULES_STDPCH_H
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
Loading…
Reference in a new issue