summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2022-01-26 13:21:02 +0100
committer GitHub <noreply@github.com>2022-01-26 13:21:02 +0100
commitba918b59faad5244d87078ab3b955f64fd803c4d (patch)
treec28732735de681efd2b6b2fcfda692815009e550 /src/frontend
parent3e20b5d5adda35d039ea7364b48a3fdc0ec3bf57 (diff)
Remove http related header pollution (#9201)
* Remove http related header polution * remove now invalid message * fixed issued detected by clang * Fixed CR at EOF
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/clifront.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp
index 312c96eff65..6a657a7735f 100644
--- a/src/frontend/mame/clifront.cpp
+++ b/src/frontend/mame/clifront.cpp
@@ -40,6 +40,7 @@
#include <set>
#include <tuple>
#include <cctype>
+#include <iostream>
//**************************************************************************