1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

fix compile on VS2013

This commit is contained in:
William Woodall 2014-04-16 14:32:28 -07:00
parent 17afacc625
commit 4e5f143121

View File

@ -1,4 +1,6 @@
/* Copyright 2012 William Woodall and John Harrison */
#include <algorithm>
#if !defined(_WIN32) && !defined(__OpenBSD__)
# include <alloca.h>
#endif