[NCSF] <stdexcept> is actually needed...
[NCSF] <stdexcept> is actually needed...

(It probably never triggered any errors in the past because of it being implicitly included by some other header file.)

--- a/src/in_ncsf/SSEQPlayer/INFOSection.cpp
+++ b/src/in_ncsf/SSEQPlayer/INFOSection.cpp
@@ -7,6 +7,7 @@
  * http://www.feshrine.net/hacking/doc/nds-sdat.html
  */
 
+#include <stdexcept>
 #include <vector>
 #include "INFOSection.h"
 

--- a/src/in_ncsf/SSEQPlayer/SBNK.cpp
+++ b/src/in_ncsf/SSEQPlayer/SBNK.cpp
@@ -7,6 +7,7 @@
  * http://www.feshrine.net/hacking/doc/nds-sdat.html
  */
 
+#include <stdexcept>
 #include "SBNK.h"
 #include "NDSStdHeader.h"
 

--- a/src/in_ncsf/SSEQPlayer/SSEQ.cpp
+++ b/src/in_ncsf/SSEQPlayer/SSEQ.cpp
@@ -7,6 +7,7 @@
  * http://www.feshrine.net/hacking/doc/nds-sdat.html
  */
 
+#include <stdexcept>
 #include "SSEQ.h"
 #include "NDSStdHeader.h"
 

--- a/src/in_ncsf/SSEQPlayer/SWAR.cpp
+++ b/src/in_ncsf/SSEQPlayer/SWAR.cpp
@@ -7,6 +7,7 @@
  * http://www.feshrine.net/hacking/doc/nds-sdat.html
  */
 
+#include <stdexcept>
 #include <vector>
 #include "SWAR.h"
 #include "NDSStdHeader.h"

--- a/src/in_ncsf/SSEQPlayer/SYMBSection.cpp
+++ b/src/in_ncsf/SSEQPlayer/SYMBSection.cpp
@@ -7,6 +7,7 @@
  * http://www.feshrine.net/hacking/doc/nds-sdat.html
  */
 
+#include <stdexcept>
 #include <vector>
 #include "SYMBSection.h"