InsetLine.cpp: add <cstdlib>

This fixes a problem introduced in bc51243587
This commit is contained in:
Lars Gullik Bjønnes 2012-10-28 09:20:23 +01:00
parent bc51243587
commit 76a5f726a7

View File

@ -35,6 +35,8 @@
#include "support/gettext.h"
#include "support/lstrings.h"
#include <cstdlib>
using namespace std;
namespace lyx {