diff options
| author | 2022-10-25 12:15:14 -0400 | |
|---|---|---|
| committer | 2022-10-25 12:16:07 -0400 | |
| commit | e178fbd28127c526b212e5a4998058cebf530567 (patch) | |
| tree | 90acdb09f6718d222a342889baaf3123a0962624 /src/devices/machine/i2cmem.cpp | |
| parent | edaa86db8877e8e4fbf0066bd48abc32d68eb00d (diff) | |
Remove #include <cstdarg> from emu.h and move it into source files that still require it
Diffstat (limited to 'src/devices/machine/i2cmem.cpp')
| -rw-r--r-- | src/devices/machine/i2cmem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/i2cmem.cpp b/src/devices/machine/i2cmem.cpp index 8c64c372358..2db16de0899 100644 --- a/src/devices/machine/i2cmem.cpp +++ b/src/devices/machine/i2cmem.cpp @@ -25,6 +25,8 @@ there are two standard values. #include "emu.h" #include "machine/i2cmem.h" +#include <cstdarg> + constexpr int STATE_IDLE(0); constexpr int STATE_DEVSEL(1); constexpr int STATE_ADDRESSHIGH(2); |
