mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 13:17:22 -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
|
||||
#include "Server.h"
|
||||
|
||||
#ifndef PYTHON2
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
static void add_to_path(QString &python_path, QString path, bool prepend=false)
|
||||
{
|
||||
if (!python_path.contains(path))
|
||||
|
Loading…
Reference in New Issue
Block a user