summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorleo2003-12-16 23:21:09 +0000
committerleo2003-12-16 23:21:09 +0000
commitb12678f45145cbb9e98682e9256d0d21a94156e7 (patch)
tree5a74e0c1eea4e6b3b4a930dde9b12b9b1d723b10 /win
parentab1a384f3607b716505778b084b30f49abb1ab64 (diff)
Fixed crash on exit.
git-svn-id: http://svn.leocad.org/trunk@351 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win')
-rw-r--r--win/texdlg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/texdlg.cpp b/win/texdlg.cpp
index 49b13dc..3b09d21 100644
--- a/win/texdlg.cpp
+++ b/win/texdlg.cpp
@@ -7,6 +7,7 @@
#include "library.h"
#include "project.h"
#include "globals.h"
+#include "texture.h"
#ifdef _DEBUG
#define new DEBUG_NEW