mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add header that seems to be needed with Python 3.
This commit is contained in:
parent
72548a99e1
commit
688c810300
@ -22,6 +22,10 @@
|
|||||||
// App headers
|
// App headers
|
||||||
#include "Server.h"
|
#include "Server.h"
|
||||||
|
|
||||||
|
#ifndef PYTHON2
|
||||||
|
#include <stdlib.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static void add_to_path(QString &python_path, QString path, bool prepend=false)
|
static void add_to_path(QString &python_path, QString path, bool prepend=false)
|
||||||
{
|
{
|
||||||
if (!python_path.contains(path))
|
if (!python_path.contains(path))
|
||||||
|
Loading…
Reference in New Issue
Block a user