Fix compile error under gcc with -Denable-pch-std=false

Following the latest hacking.md currently fails because of a missing
include in upstream editline. This patch fixes the build by adding
that missing include.

Fixes #410.

Change-Id: Iefd4cb687ed3da71ccda9fe9624f38e6ef4623e5
This commit is contained in:
Delan Azabani 2024-06-24 12:44:35 +08:00
parent 21865ccce0
commit 3baffbdcc5

View file

@ -1,3 +1,4 @@
#include <cstdio>
#include <editline.h>
#include <iostream>
#include <cstdlib>