diff --git a/package/Win-NSIS/flightgear-nightly.nsi b/package/Win-NSIS/flightgear-nightly.nsi
index 78e421f11..e04e0a847 100644
--- a/package/Win-NSIS/flightgear-nightly.nsi
+++ b/package/Win-NSIS/flightgear-nightly.nsi
@@ -99,6 +99,7 @@ Section "" ;No components page, name is not important
   File ${OSGPluginsDir}\osgdb_jpeg.dll
   File ${OSGPluginsDir}\osgdb_rgb.dll  
   File ${OSGPluginsDir}\osgdb_png.dll
+  File ${OSGPluginsDir}\osgdb_dds.dll
   File ${OSGPluginsDir}\osgdb_txf.dll
   
   
@@ -136,4 +137,4 @@ Section "Uninstall"
   DeleteRegKey HKLM ${UninstallKey}
 
 SectionEnd
- 
\ No newline at end of file
+